PERFORCE change 28157 for review
Peter Wemm
peter at FreeBSD.org
Fri Apr 4 19:52:01 PST 2003
http://perforce.freebsd.org/chv.cgi?CH=28157
Change 28157 by peter at peter_overcee on 2003/04/04 19:51:13
use the right paths.. its x86_64, not i386.. fear
Affected files ...
.. //depot/projects/hammer/sys/x86_64/x86_64/dump_machdep.c#1 branch
.. //depot/projects/hammer/sys/x86_64/x86_64/exception.s#10 edit
Differences ...
==== //depot/projects/hammer/sys/x86_64/x86_64/exception.s#10 (text+ko) ====
@@ -231,7 +231,7 @@
* XXX it should be in a stand-alone file. It's still icu-dependent and
* belongs in i386/isa.
*/
-#include "i386/isa/vector.s"
+#include "x86_64/isa/vector.s"
.data
ALIGN_DATA
@@ -319,4 +319,4 @@
movl $T_PROTFLT,TF_TRAPNO(%esp)
jmp alltraps_with_regs_pushed
-#include "i386/isa/icu_ipl.s"
+#include "x86_64/isa/icu_ipl.s"
More information about the p4-projects
mailing list