PERFORCE change 135117 for review

Olivier Houchard cognet at FreeBSD.org
Sat Feb 9 12:01:43 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=135117

Change 135117 by cognet at 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);
 }
 


More information about the p4-projects mailing list