diff options
Diffstat (limited to 'arch/x86/cpu/x86_64/cpu.c')
-rw-r--r-- | arch/x86/cpu/x86_64/cpu.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/cpu/x86_64/cpu.c b/arch/x86/cpu/x86_64/cpu.c index db171f750d..cafae15af0 100644 --- a/arch/x86/cpu/x86_64/cpu.c +++ b/arch/x86/cpu/x86_64/cpu.c @@ -67,6 +67,11 @@ int misc_init_r(void) return 0; } +int checkcpu(void) +{ + return 0; +} + int print_cpuinfo(void) { return 0; |