diff options
Diffstat (limited to 'arch/x86/cpu/x86_64/cpu.c')
-rw-r--r-- | arch/x86/cpu/x86_64/cpu.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86/cpu/x86_64/cpu.c b/arch/x86/cpu/x86_64/cpu.c index 36272296e6..77cbb567c4 100644 --- a/arch/x86/cpu/x86_64/cpu.c +++ b/arch/x86/cpu/x86_64/cpu.c @@ -59,3 +59,13 @@ int x86_mp_init(void) /* Not implemented */ return 0; } + +int misc_init_r(void) +{ + return 0; +} + +int print_cpuinfo(void) +{ + return 0; +} |