PERFORCE change 30182 for review
Marcel Moolenaar
marcel at FreeBSD.org
Wed Apr 30 16:21:39 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=30182
Change 30182 by marcel at marcel_nfs on 2003/04/30 16:21:01
Also include machine/pcb.h now. Move all machine includes right
beneath the sys includes.
Affected files ...
.. //depot/projects/ia64_epc/sys/ia64/ia32/ia32_sysvec.c#3 edit
Differences ...
==== //depot/projects/ia64_epc/sys/ia64/ia32/ia32_sysvec.c#3 (text+ko) ====
@@ -52,6 +52,10 @@
#include <sys/vnode.h>
#include <sys/imgact_elf.h>
+#include <machine/frame.h>
+#include <machine/md_var.h>
+#include <machine/pcb.h>
+
#include <vm/vm.h>
#include <vm/vm_kern.h>
#include <vm/vm_param.h>
@@ -64,8 +68,6 @@
#include <i386/include/psl.h>
#include <i386/include/segments.h>
#include <i386/include/specialreg.h>
-#include <machine/frame.h>
-#include <machine/md_var.h>
static register_t *ia32_copyout_strings(struct image_params *imgp);
static void ia32_setregs(struct thread *td, u_long entry, u_long stack,
More information about the p4-projects
mailing list