Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Oct 2004 21:12:25 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 63948 for review
Message-ID:  <200410292112.i9TLCPY2099702@repoman.freebsd.org>

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

Change 63948 by jhb@jhb_twclab on 2004/10/29 21:11:53

	Compile.

Affected files ...

.. //depot/projects/smpng/sys/alpha/include/smp.h#3 edit
.. //depot/projects/smpng/sys/i386/i386/mp_machdep.c#72 edit

Differences ...

==== //depot/projects/smpng/sys/alpha/include/smp.h#3 (text+ko) ====

@@ -26,7 +26,7 @@
 
 #ifndef LOCORE
 
-extern u_int			boot_cpu_id;
+extern u_int64_t		boot_cpu_id;
 
 void	ipi_selected(u_int cpus, u_int64_t ipi);
 void	ipi_all(u_int64_t ipi);

==== //depot/projects/smpng/sys/i386/i386/mp_machdep.c#72 (text+ko) ====

@@ -428,7 +428,6 @@
 			printf("  cpu (AP): APIC ID: %2d (disabled)\n", x);
 		else
 			printf(" cpu%d (AP): APIC ID: %2d\n", i++, x);
-		}
 	}
 }
 



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