PERFORCE change 41730 for review

Peter Wemm peter at FreeBSD.org
Fri Nov 7 23:02:45 PST 2003


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

Change 41730 by peter at peter_overcee on 2003/11/07 23:02:32

	tidy up some loose ends

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/db_trace.c#10 edit
.. //depot/projects/hammer/sys/amd64/amd64/fpu.c#2 edit
.. //depot/projects/hammer/sys/amd64/ia32/ia32_syscall.c#7 edit
.. //depot/projects/hammer/sys/amd64/isa/npx.c#8 delete

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/db_trace.c#10 (text+ko) ====

@@ -246,7 +246,7 @@
 		    strcmp(name, "fork_trampoline") == 0)
 			frame_type = TRAP;
 		else if (strncmp(name, "Xatpic_intr", 11) == 0 ||
-		    strncmp(name, "Xatpic_fastintr", 15) == 0)
+		    strncmp(name, "Xatpic_fastintr", 15) == 0 ||
 		    strncmp(name, "Xapic_isr", 9) == 0)
 			frame_type = INTERRUPT;
 		else if (strcmp(name, "Xfast_syscall") == 0)

==== //depot/projects/hammer/sys/amd64/amd64/fpu.c#2 (text+ko) ====

@@ -55,6 +55,7 @@
 
 #include <machine/cputypes.h>
 #include <machine/frame.h>
+#include <machine/intr_machdep.h>
 #include <machine/md_var.h>
 #include <machine/pcb.h>
 #include <machine/psl.h>
@@ -63,8 +64,6 @@
 #include <machine/segments.h>
 #include <machine/ucontext.h>
 
-#include <amd64/isa/intr_machdep.h>
-
 /*
  * Floating point support.
  */

==== //depot/projects/hammer/sys/amd64/ia32/ia32_syscall.c#7 (text+ko) ====

@@ -76,10 +76,10 @@
 #include <vm/vm_extern.h>
 
 #include <machine/cpu.h>
+#include <machine/intr_machdep.h>
 #include <machine/md_var.h>
 
 #include <amd64/isa/icu.h>
-#include <amd64/isa/intr_machdep.h>
 
 #define	IDTVEC(name)	__CONCAT(X,name)
 


More information about the p4-projects mailing list