commit | 897e01a08c08d86bc76bebb0ca14588b406500e5 | [log] [tgz] |
---|---|---|
author | Christian Kujau <lists@nerdbynature.de> | Tue Jan 17 19:13:05 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Jan 25 09:47:45 2012 +1100 |
tree | 8d59b18b90035139c0dac3d71d3abae26ed566f8 | |
parent | f7aa554510f8ff4b1411c31332713ccd8c244ace [diff] |
powerpc/crash: Fix build error without SMP I could not find cpus_in_crash anywhere in the sourcetree, except for arch/powerpc/kernel/crash.c. Moving the definition into the CONFIG_SMP fixes it. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>