diff options
Diffstat (limited to 'arch/x86/machine/boot.c')
-rw-r--r-- | arch/x86/machine/boot.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/machine/boot.c b/arch/x86/machine/boot.c index 36eba21e..aaf3f1ea 100644 --- a/arch/x86/machine/boot.c +++ b/arch/x86/machine/boot.c @@ -288,10 +288,10 @@ boot_setup_paging(struct multiboot_raw_info *mbi, unsigned long eax) static void __init boot_show_version(void) { - printk(KERNEL_NAME "/" QUOTE(X86_MACHINE) " " KERNEL_VERSION -#ifdef X86_PAE + printk(KERNEL_NAME "/" QUOTE(X15_X86_MACHINE) " " KERNEL_VERSION +#ifdef X15_X86_PAE " PAE" -#endif /* X86_PAE */ +#endif /* X15_X86_PAE */ "\n"); } |