diff options
Diffstat (limited to 'arch/x86/kernel/head64.c')
-rw-r--r-- | arch/x86/kernel/head64.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c index 71b6f6ec96a2..af67d3227ea6 100644 --- a/arch/x86/kernel/head64.c +++ b/arch/x86/kernel/head64.c | |||
@@ -26,11 +26,6 @@ | |||
26 | #include <asm/bios_ebda.h> | 26 | #include <asm/bios_ebda.h> |
27 | #include <asm/trampoline.h> | 27 | #include <asm/trampoline.h> |
28 | 28 | ||
29 | void __init x86_64_init_pda(void) | ||
30 | { | ||
31 | pda_init(0); | ||
32 | } | ||
33 | |||
34 | static void __init zap_identity_mappings(void) | 29 | static void __init zap_identity_mappings(void) |
35 | { | 30 | { |
36 | pgd_t *pgd = pgd_offset_k(0UL); | 31 | pgd_t *pgd = pgd_offset_k(0UL); |
@@ -96,7 +91,7 @@ void __init x86_64_start_kernel(char * real_mode_data) | |||
96 | if (console_loglevel == 10) | 91 | if (console_loglevel == 10) |
97 | early_printk("Kernel alive\n"); | 92 | early_printk("Kernel alive\n"); |
98 | 93 | ||
99 | x86_64_init_pda(); | 94 | pda_init(0); |
100 | 95 | ||
101 | x86_64_start_reservations(real_mode_data); | 96 | x86_64_start_reservations(real_mode_data); |
102 | } | 97 | } |