--- src/sys/i386/isa/Attic/ipl.s 2005/11/02 08:33:28 1.19 +++ src/sys/i386/isa/Attic/ipl.s 2005/11/02 09:15:02 1.20 @@ -40,6 +40,17 @@ * $DragonFly$ */ +#include "use_npx.h" + +#include +#include +#include +#include +#include +#include +#include /** various SMP options */ + +#include "assym.s" /* * AT/386 @@ -47,8 +58,12 @@ * * ipending - Pending interrupts (set when a masked interrupt occurs) */ + .data + ALIGN_DATA .text + SUPERALIGN_TEXT + /* * GENERAL NOTES * @@ -86,6 +101,7 @@ * do to the unavailability of the BGL. */ SUPERALIGN_TEXT + .globl doreti .type doreti,@function doreti: FAKE_MCOUNT(bintr) /* init "from" bintr -> doreti */