Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Mar 2004 10:22:30 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 49033 for review
Message-ID:  <200403151822.i2FIMU7K042634@repoman.freebsd.org>

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

Change 49033 by jhb@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);



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