diff options
author | Shaohua Li <shaohua.li@intel.com> | 2005-06-25 23:55:15 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-26 01:24:34 +0200 |
commit | ac25575203c11145066ea5cb583354cb5f0a8ade (patch) | |
tree | f5bb286385e7a9aa0264b5186c165bac3606d327 /lib/radix-tree.c | |
parent | [PATCH] swsusp: clean assembly parts (diff) | |
download | linux-ac25575203c11145066ea5cb583354cb5f0a8ade.tar.xz linux-ac25575203c11145066ea5cb583354cb5f0a8ade.zip |
[PATCH] CPU hotplug printk fix
In the cpu hotplug case, per-cpu data possibly isn't initialized even the
system state is 'running'. As the comments say in the original code, some
console drivers assume per-cpu resources have been allocated. radeon fb is
one such driver, which uses kmalloc. After a CPU is down, the per-cpu data
of slab is freed, so the system crashed when printing some info.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'lib/radix-tree.c')
0 files changed, 0 insertions, 0 deletions