diff options
| -rw-r--r-- | arch/x86/mm/init_32.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/x86/mm/init_32.c b/arch/x86/mm/init_32.c index 8655b5bb0963..f99a6c6c432e 100644 --- a/arch/x86/mm/init_32.c +++ b/arch/x86/mm/init_32.c | |||
| @@ -435,8 +435,12 @@ static void __init set_highmem_pages_init(void) | |||
| 435 | #endif /* !CONFIG_NUMA */ | 435 | #endif /* !CONFIG_NUMA */ |
| 436 | 436 | ||
| 437 | #else | 437 | #else |
| 438 | # define permanent_kmaps_init(pgd_base) do { } while (0) | 438 | static inline void permanent_kmaps_init(pgd_t *pgd_base) |
| 439 | # define set_highmem_pages_init() do { } while (0) | 439 | { |
| 440 | } | ||
| 441 | static inline void set_highmem_pages_init(void) | ||
| 442 | { | ||
| 443 | } | ||
| 440 | #endif /* CONFIG_HIGHMEM */ | 444 | #endif /* CONFIG_HIGHMEM */ |
| 441 | 445 | ||
| 442 | void __init native_pagetable_setup_start(pgd_t *base) | 446 | void __init native_pagetable_setup_start(pgd_t *base) |
