PERFORCE change 100883 for review

Wojciech A. Koszek wkoszek at FreeBSD.org
Fri Jul 7 14:12:39 UTC 2006


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

Change 100883 by wkoszek at wkoszek_laptop on 2006/07/07 14:12:03

	
	Disable calls to cpu_establish_hardintr() from cpu.c, since it's
	probably some dependency on juli's code. I don't see this function
	on other architectures.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/cpu.c#3 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips/cpu.c#3 (text+ko) ====

@@ -332,7 +332,9 @@
 #endif
 	intr = 0;
 
+#if 0
 	cpu_establish_hardintr(intr, handler, arg);
+#endif
 	device_printf(child, "established CPU interrupt %d\n", intr);
 	return (0);
 }


More information about the p4-projects mailing list