]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
amd64,i386: Don't include intr_machdep.h in support.S
authorJulien Grall <julien.grall@citrix.com>
Sun, 4 Oct 2015 17:05:50 +0000 (18:05 +0100)
committerJulien Grall <julien.grall@citrix.com>
Sun, 4 Oct 2015 18:23:45 +0000 (19:23 +0100)
With the update of the Xen headers, the number of event channel are now based
on sizeof and other types which can't be used in assembly.

Simply drop the inclusion as nothing defined in intr_machinedep.h is used
within support.S

sys/amd64/amd64/support.S
sys/i386/i386/support.s

index f8b75ffdc2e5c095eb7f714a536372336d7485ad..aea25daa24b5a911d1164f7f1ca3a0e2c16668d7 100644 (file)
@@ -33,7 +33,6 @@
 #include "opt_ddb.h"
 
 #include <machine/asmacros.h>
-#include <machine/intr_machdep.h>
 #include <machine/pmap.h>
 
 #include "assym.s"
index 78d76efd5c42bf1b6eb135fd717bdbe38ece3cd7..63912b6aba869e56e04f0231394eb3293ec7ed46 100644 (file)
@@ -33,7 +33,6 @@
 
 #include <machine/asmacros.h>
 #include <machine/cputypes.h>
-#include <machine/intr_machdep.h>
 #include <machine/pmap.h>
 #include <machine/specialreg.h>