diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2011-01-05 12:48:16 +0100 |
---|---|---|
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | 2011-01-05 12:47:31 +0100 |
commit | 974de4d7e70a6d759457722a6f322cc86b480eea (patch) | |
tree | 01e29a65fd0a42018f809804601144a17869af99 /arch/s390/kernel/processor.c | |
parent | fa188ae1657d6edc7963d524ce9a0650fe725242 (diff) | |
download | op-kernel-dev-974de4d7e70a6d759457722a6f322cc86b480eea.zip op-kernel-dev-974de4d7e70a6d759457722a6f322cc86b480eea.tar.gz |
[S390] smp: remove cpu hotplug messages
Get rid of messages that indicate if a cpu went online or offline.
There is nothing special about this anymore and these messages might
flood the kernel log buffer which makes debugging harder since more
important messages might be overwritten.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/processor.c')
-rw-r--r-- | arch/s390/kernel/processor.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/s390/kernel/processor.c b/arch/s390/kernel/processor.c index 644548e..eeb651b 100644 --- a/arch/s390/kernel/processor.c +++ b/arch/s390/kernel/processor.c @@ -35,17 +35,6 @@ void __cpuinit cpu_init(void) } /* - * print_cpu_info - print basic information about a cpu - */ -void __cpuinit print_cpu_info(void) -{ - struct cpuid *id = &per_cpu(cpu_id, smp_processor_id()); - - pr_info("Processor %d started, address %d, identification %06X\n", - S390_lowcore.cpu_nr, stap(), id->ident); -} - -/* * show_cpuinfo - Get information on one CPU for use by procfs. */ static int show_cpuinfo(struct seq_file *m, void *v) |