Skip to content

Commit a0e1699

Browse files
committed
microblaze/mm/highmem: Add dropped #ifdef back
The conversion to generic kmap atomic broke microblaze by removing the build fail. Add it back. Fixes: 7ac1b26 ("microblaze/mm/highmem: Switch to generic kmap atomic") Reported-by: Randy Dunlap <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: Michal Simek <[email protected]>
1 parent 1eb0616 commit a0e1699

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/microblaze/mm/init.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ unsigned long lowmem_size;
4949
EXPORT_SYMBOL(min_low_pfn);
5050
EXPORT_SYMBOL(max_low_pfn);
5151

52+
#ifdef CONFIG_HIGHMEM
5253
static void __init highmem_init(void)
5354
{
5455
pr_debug("%x\n", (u32)PKMAP_BASE);

0 commit comments

Comments
 (0)