diff options
Diffstat (limited to 'arch/x86/cpu/x86_64/misc.c')
-rw-r--r-- | arch/x86/cpu/x86_64/misc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/cpu/x86_64/misc.c b/arch/x86/cpu/x86_64/misc.c index 294511e6eba..fc449ca4ed6 100644 --- a/arch/x86/cpu/x86_64/misc.c +++ b/arch/x86/cpu/x86_64/misc.c @@ -32,9 +32,4 @@ int checkcpu(void) { return 0; } - -int print_cpuinfo(void) -{ - return 0; -} #endif |