diff options
author | 2011-10-06 02:53:38 +0000 | |
---|---|---|
committer | 2011-11-17 16:26:07 +1100 | |
commit | ba28c9aae26ef7f3651eef6835fae30a979f88ba (patch) | |
tree | c41f56927d139fc4ccc7b3162ef05502790c41a3 /lib/debugobjects.c | |
parent | powerpc/ps3: Fix SMP lockdep boot warning (diff) | |
download | wireguard-linux-ba28c9aae26ef7f3651eef6835fae30a979f88ba.tar.xz wireguard-linux-ba28c9aae26ef7f3651eef6835fae30a979f88ba.zip |
powerpc: Revert show_regs() define for readability
We had an existing ifdef for 4xx & BOOKE processors that got changed to
CONFIG_PPC_ADV_DEBUG_REGS. The define has nothing to do with
CONFIG_PPC_ADV_DEBUG_REGS. The define really should be:
#if defined(CONFIG_4xx) || defined(CONFIG_BOOKE)
and not
#ifdef CONFIG_PPC_ADV_DEBUG_REGS
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions