diff options
Diffstat (limited to 'arch/powerpc/kernel/machine_kexec_64.c')
-rw-r--r-- | arch/powerpc/kernel/machine_kexec_64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/machine_kexec_64.c b/arch/powerpc/kernel/machine_kexec_64.c index 5c12e21d0d1a..49d34d7271e7 100644 --- a/arch/powerpc/kernel/machine_kexec_64.c +++ b/arch/powerpc/kernel/machine_kexec_64.c | |||
@@ -360,7 +360,7 @@ void default_machine_kexec(struct kimage *image) | |||
360 | /* NOTREACHED */ | 360 | /* NOTREACHED */ |
361 | } | 361 | } |
362 | 362 | ||
363 | #ifdef CONFIG_PPC_STD_MMU_64 | 363 | #ifdef CONFIG_PPC_BOOK3S_64 |
364 | /* Values we need to export to the second kernel via the device tree. */ | 364 | /* Values we need to export to the second kernel via the device tree. */ |
365 | static unsigned long htab_base; | 365 | static unsigned long htab_base; |
366 | static unsigned long htab_size; | 366 | static unsigned long htab_size; |
@@ -402,4 +402,4 @@ static int __init export_htab_values(void) | |||
402 | return 0; | 402 | return 0; |
403 | } | 403 | } |
404 | late_initcall(export_htab_values); | 404 | late_initcall(export_htab_values); |
405 | #endif /* CONFIG_PPC_STD_MMU_64 */ | 405 | #endif /* CONFIG_PPC_BOOK3S_64 */ |