PERFORCE change 29470 for review

Peter Wemm peter at FreeBSD.org
Tue Apr 22 18:15:23 PDT 2003


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

Change 29470 by peter at peter_daintree on 2003/04/22 18:14:42

	Argh! I'm tired of <machine/segments.h> causing an entire kernel recompile

Affected files ...

.. //depot/projects/hammer/sys/x86_64/include/pcpu.h#8 edit
.. //depot/projects/hammer/sys/x86_64/include/proc.h#7 edit
.. //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#71 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/include/pcpu.h#8 (text+ko) ====

@@ -31,9 +31,6 @@
 
 #ifdef _KERNEL
 
-#include <machine/segments.h>
-#include <machine/tss.h>
-
 /*
  * The SMP parts are setup in pmap.c and locore.s for the BSP, and
  * mp_machdep.c sets up the data for the AP's to "see" when they awake.

==== //depot/projects/hammer/sys/x86_64/include/proc.h#7 (text+ko) ====

@@ -37,8 +37,6 @@
 #ifndef _MACHINE_PROC_H_
 #define	_MACHINE_PROC_H_
 
-#include <machine/segments.h>
-
 /*
  * Machine-dependent part of the proc structure for i386.
  */

==== //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#71 (text+ko) ====

@@ -103,6 +103,7 @@
 #ifdef PERFMON
 #include <machine/perfmon.h>
 #endif
+#include <machine/tss.h>
 
 #include <x86_64/isa/icu.h>
 #include <x86_64/isa/intr_machdep.h>


More information about the p4-projects mailing list