diff options
author | Richard Braun <rbraun@sceen.net> | 2012-11-03 16:57:43 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2012-11-03 16:57:43 +0100 |
commit | 6b04aaae27ef9cc26487da1dd2acf75f3b49e3f5 (patch) | |
tree | 77044065d0966b40f518bf5f432302b75cee8b88 | |
parent | 76a74e68486b03173f17d8e49d8aedc071969326 (diff) |
x86/boot: don't show per-cpu info
The kernel only supports identical cores in a multiprocessor system, so
showing them all merely pollutes the output.
-rw-r--r-- | arch/x86/machine/boot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/machine/boot.c b/arch/x86/machine/boot.c index 6d5d1d96..691605f5 100644 --- a/arch/x86/machine/boot.c +++ b/arch/x86/machine/boot.c @@ -290,7 +290,6 @@ boot_ap(void) { cpu_ap_setup(); pmap_ap_bootstrap(); - cpu_info(cpu_current()); cpu_intr_enable(); |