Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2008 20:01:41 GMT
From:      Olivier Houchard <cognet@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135117 for review
Message-ID:  <200802092001.m19K1fie080724@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135117

Change 135117 by cognet@cognet-mips on 2008/02/09 20:00:41

	Remove the Octeon specific hack to enable interrupts in 
	nexus_setup_intr(), it doesn't help that much.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/nexus.c#5 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/nexus.c#5 (text+ko) ====

@@ -183,15 +183,7 @@
 
 	cpu_establish_hardintr(device_get_nameunit(child), filt, intr, arg,
 	    irq, flags, cookiep);
-#ifdef TARGET_OCTEON
-#ifdef OCTEON_SMP
-        mp_intr_enable();
-#else
-	intr_enable();
-#endif
-#else	
 	intr_restore(sr);
-#endif
 	return (0);
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802092001.m19K1fie080724>