x86/asm: Replace magic numbers in GDT descriptors, script-generated change
[linux-2.6-microblaze.git] / drivers / pnp / pnpbios / bioscalls.c
index ddc6f21..1f31dce 100644 (file)
@@ -60,7 +60,7 @@ do { \
        set_desc_limit(&gdt[(selname) >> 3], (size) - 1); \
 } while(0)
 
-static struct desc_struct bad_bios_desc = GDT_ENTRY_INIT(0x4092,
+static struct desc_struct bad_bios_desc = GDT_ENTRY_INIT(DESC_DATA32_BIOS,
                        (unsigned long)__va(0x400UL), PAGE_SIZE - 0x400 - 1);
 
 /*