]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/fixmap_32.h
ide: add ide_retry_pc() helper
[linux-2.6-omap-h63xx.git] / include / asm-x86 / fixmap_32.h
index 784e3e759866cc0025b4dd4e9af77aeedddcdd1d..8844002da0e05df5e421846603c9b8a017bdd0a6 100644 (file)
@@ -94,10 +94,10 @@ enum fixed_addresses {
         * can have a single pgd entry and a single pte table:
         */
 #define NR_FIX_BTMAPS          64
-#define FIX_BTMAPS_NESTING     4
+#define FIX_BTMAPS_SLOTS       4
        FIX_BTMAP_END = __end_of_permanent_fixed_addresses + 256 -
                        (__end_of_permanent_fixed_addresses & 255),
-       FIX_BTMAP_BEGIN = FIX_BTMAP_END + NR_FIX_BTMAPS*FIX_BTMAPS_NESTING - 1,
+       FIX_BTMAP_BEGIN = FIX_BTMAP_END + NR_FIX_BTMAPS*FIX_BTMAPS_SLOTS - 1,
        FIX_WP_TEST,
 #ifdef CONFIG_ACPI
        FIX_ACPI_BEGIN,