PERFORCE change 38069 for review

Peter Wemm peter at FreeBSD.org
Sun Sep 14 17:24:05 PDT 2003


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

Change 38069 by peter at peter_work on 2003/09/14 17:23:26

	Use amd64 include path

Affected files ...

.. //depot/projects/hammer/sys/amd64/isa/atpic_vector.s#3 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/isa/atpic_vector.s#3 (text+ko) ====

@@ -41,12 +41,8 @@
  */
 
 #include <machine/asmacros.h>
-#include <i386/isa/icu.h>
-#ifdef PC98
-#include <pc98/pc98/pc98.h>
-#else
-#include <i386/isa/isa.h>
-#endif
+#include <amd64/isa/icu.h>
+#include <amd64/isa/isa.h>
 
 #include "assym.s"
 


More information about the p4-projects mailing list