X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fgeekos%2Fidt.c;h=5b4c823fc497866aed8163da255f36cb0f2a89c5;hb=190b2ef9470c23c275754b74745933d973f8c439;hp=c37a4d16317f51cdaf1306292dbed8789f39149f;hpb=701de97007c8b6776998eeab78469a4304f6b871;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; /*