PERFORCE change 41552 for review

Peter Wemm peter at FreeBSD.org
Wed Nov 5 20:12:14 PST 2003


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

Change 41552 by peter at peter_daintree on 2003/11/05 20:11:16

	declare mptramp_pagetables

Affected files ...

.. //depot/projects/hammer/sys/amd64/include/smp.h#11 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/include/smp.h#11 (text+ko) ====

@@ -24,9 +24,10 @@
 #include <machine/intr_machdep.h>
 #include <machine/apicvar.h>
 
-/* global data in mpboot.S */
+/* global symbols in mpboot.S */
 extern char			mptramp_start[];
 extern char			mptramp_end[];
+extern u_int32_t		mptramp_pagetables;
 
 /* global data in mp_machdep.c */
 extern int			mp_naps;


More information about the p4-projects mailing list