X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fgeekos%2Fidt.c;h=5b4c823fc497866aed8163da255f36cb0f2a89c5;hb=bc2c46a12649344d973e2201271c05390ce924bf;hp=37c7fd0e4f0d53cff3d0f72bfc8581681374a097;hpb=626595465a2c6987606a6bc697df65130ad8c2d3;p=palacios.git diff --git a/palacios/src/geekos/idt.c b/palacios/src/geekos/idt.c index 37c7fd0..5b4c823 100644 --- a/palacios/src/geekos/idt.c +++ b/palacios/src/geekos/idt.c @@ -1,7 +1,7 @@ /* * GeekOS IDT initialization code * Copyright (c) 2001, David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.3 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -11,7 +11,7 @@ #include #include #include - +#include /* ---------------------------------------------------------------------- * Private data and functions * ---------------------------------------------------------------------- */ @@ -19,8 +19,8 @@ /* * Allocated */ -//static union IDT_Descriptor s_IDT[ NUM_IDT_ENTRIES ]; -static union IDT_Descriptor *s_IDT = (union IDT_Descriptor *)IDT_LOCATION; +static union IDT_Descriptor s_IDT[ NUM_IDT_ENTRIES ]; +//static union IDT_Descriptor *s_IDT = (union IDT_Descriptor *)IDT_LOCATION; /*