Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Nov 2003 23:02:43 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 41730 for review
Message-ID:  <200311080702.hA872hZ3032794@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=41730

Change 41730 by peter@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)
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311080702.hA872hZ3032794>