Skip to content
Commit 4a990d10 authored by Dan Yeisley's avatar Dan Yeisley Committed by Adrian Bunk
Browse files

init_reap_node() initialization fix



It looks like there is a bug in init_reap_node() in slab.c that can cause
multiple oops's on certain ES7000 configurations.  The variable reap_node
is defined per cpu, but only initialized on a single CPU.  This causes an
oops in next_reap_node() when __get_cpu_var(reap_node) returns the wrong
value.  Fix is below.

Signed-off-by: default avatarDan Yeisley <dan.yeisley@unisys.com>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent a9cbeddd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment