Date: Fri, 4 Apr 2003 19:51:59 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 28157 for review Message-ID: <200304050351.h353pxex001382@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=28157 Change 28157 by peter@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304050351.h353pxex001382>