microblaze: add missing CONFIG_ prefixes
authorPaul Bolle <pebolle@tiscali.nl>
Wed, 12 Oct 2011 19:28:36 +0000 (21:28 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 13 Oct 2011 08:39:24 +0000 (10:39 +0200)
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/microblaze/mm/init.c

index 213f2d6..36a133e 100644 (file)
@@ -304,11 +304,11 @@ asmlinkage void __init mmu_init(void)
        /* Map in all of RAM starting at CONFIG_KERNEL_START */
        mapin_ram();
 
-#ifdef HIGHMEM_START_BOOL
-       ioremap_base = HIGHMEM_START;
+#ifdef CONFIG_HIGHMEM_START_BOOL
+       ioremap_base = CONFIG_HIGHMEM_START;
 #else
        ioremap_base = 0xfe000000UL;    /* for now, could be 0xfffff000 */
-#endif /* CONFIG_HIGHMEM */
+#endif /* CONFIG_HIGHMEM_START_BOOL */
        ioremap_bot = ioremap_base;
 
        /* Initialize the context management stuff */