]> git.baikalelectronics.ru Git - kernel.git/commit
[ARM] Don't call dump_cpu_info unless we're booting
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 6 Nov 2005 19:49:21 +0000 (19:49 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 6 Nov 2005 19:49:21 +0000 (19:49 +0000)
commite96e346fdc7c726e68b1647ee2a90dfec3a33be5
treee7da38f1b563b21bf588b0ac2dd3f29346ff0e74
parentb2489df40e058d7d7caf428cb9dc6828beba6490
[ARM] Don't call dump_cpu_info unless we're booting

We don't want to call dump_cpu_info() from cpu_init() after boot since
it produces a lot of unnecessary noise - since cpu_init() gets called
on resume and hotplug cpu insertion events.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/setup.c