PERFORCE change 63948 for review
John Baldwin
jhb at FreeBSD.org
Fri Oct 29 14:12:26 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=63948
Change 63948 by jhb at 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);
- }
}
}
More information about the p4-projects
mailing list