X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Fsrc%2Fgeekos%2Fint.c;h=513240d78fcf2f37840e9dad646535946b05eaad;hp=84431cf15e2820f4be034e9c9b3584f81147a453;hb=624a05de781c51ed5d34a6db2583f884918a9594;hpb=43c556d146e12c7f35612e3a8cf6420b42fdef70 diff --git a/palacios/src/geekos/int.c b/palacios/src/geekos/int.c index 84431cf..513240d 100644 --- a/palacios/src/geekos/int.c +++ b/palacios/src/geekos/int.c @@ -1,7 +1,7 @@ /* * GeekOS interrupt handling data structures and functions * Copyright (c) 2001,2003 David H. Hovemeyer - * $Revision: 1.5 $ + * $Revision: 1.6 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -317,7 +317,6 @@ char *exception_type_names[] = { static void Dummy_Interrupt_Handler(struct Interrupt_State* state) { Begin_IRQ(state); - /* A "feature" of some chipsets is that if an interrupt is raised by mistake * then its automatically assigned to IRQ 7(Int 39).