X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fgeekos%2Fidt.c;h=5b4c823fc497866aed8163da255f36cb0f2a89c5;hb=1ca13097c7c85318c400c3811ccbb54ac6c619f1;hp=c37a4d16317f51cdaf1306292dbed8789f39149f;hpb=01e2bfdc462dbbe8d62b71c7e99e198c27844f0f;p=palacios.git diff --git a/palacios/src/geekos/idt.c b/palacios/src/geekos/idt.c index c37a4d1..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.2 $ + * $Revision: 1.3 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -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; /*