CHROMIUM: cpu_callback can't be __cpuinit
authorOlof Johansson <olofj@chromium.org>
Fri, 22 Jun 2012 01:08:08 +0000 (18:08 -0700)
committerGerrit <chrome-bot@google.com>
Fri, 22 Jun 2012 17:13:35 +0000 (10:13 -0700)
commita4e0e1f86db91be424dd38710c2763122b012f9e
tree027b94eb5b61049c3f04418280cbe04d25055db0
parent6b700f31548efea4077c6c1f30e5eac9372c3e47
CHROMIUM: cpu_callback can't be __cpuinit

This is because lockup_detector_bootcpu_resume() now uses it, so
it's used after runtime init of cpus.

BUG=none
TEST=build with CONFIG_DEBUG_SECTION_MISMATCH=y, watch the warnings go away

Change-Id: I1506e351b9ddeae699245a31f4e45805ac2fd52e
Signed-off-by: Olof Johansson <olofj@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/25898
Reviewed-by: Benson Leung <bleung@chromium.org>
kernel/watchdog.c