PERFORCE change 49033 for review

John Baldwin jhb at FreeBSD.org
Mon Mar 15 10:22:32 PST 2004


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

Change 49033 by jhb at jhb_slimer on 2004/03/15 10:21:45

	Need sched.h for pinning functions.
	
	Reported by: wilko

Affected files ...

.. //depot/projects/smpng/sys/alpha/alpha/interrupt.c#25 edit

Differences ...

==== //depot/projects/smpng/sys/alpha/alpha/interrupt.c#25 (text+ko) ====

@@ -47,6 +47,7 @@
 #include <sys/malloc.h>
 #include <sys/mutex.h>
 #include <sys/proc.h>
+#include <sys/sched.h>
 #include <sys/smp.h>
 #include <sys/unistd.h>
 #include <sys/vmmeter.h>
@@ -133,7 +134,7 @@
 		alpha_clock_interrupt(framep);
 		break;
 
-	case  ALPHA_INTR_ERROR:	/* Machine Check or Correctable Error */
+	case ALPHA_INTR_ERROR:	/* Machine Check or Correctable Error */
 		a0 = alpha_pal_rdmces();
 		if (platform.mcheck_handler)
 			(*platform.mcheck_handler)(a0, framep, a1, a2);


More information about the p4-projects mailing list