X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2F8259a.c;h=1d47e73d56b1ee896f12612f5aee845ab0312ec8;hb=82b8b87c344fcd1eab22e3f3be5ad54cbb3f8f68;hp=036b0bf982bdb5edfc9af29fb4472ec6fd27e7d1;hpb=37c18b2c2335a41c68c2f0b779fd2b7d51ab216d;p=palacios.git diff --git a/palacios/src/devices/8259a.c b/palacios/src/devices/8259a.c index 036b0bf..1d47e73 100644 --- a/palacios/src/devices/8259a.c +++ b/palacios/src/devices/8259a.c @@ -24,7 +24,7 @@ #include #include -#ifndef DEBUG_PIC +#ifndef CONFIG_DEBUG_PIC #undef PrintDebug #define PrintDebug(fmt, args...) #endif @@ -770,4 +770,4 @@ static int pic_init(struct guest_info * vm, void * cfg_data) { -device_register("PIC", pic_init); +device_register("8259A", pic_init);