提交 6be9dd12 编写于 作者: P Paul Bolle 提交者: Jiri Kosina

microblaze: add missing CONFIG_ prefixes

Signed-off-by: NPaul Bolle <pebolle@tiscali.nl>
Acked-by: NMichal Simek <monstr@monstr.eu>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 75330697
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册