From: Stephen Boyd <sboyd@xxxxxxxxxxxxxx> Date: Fri, 6 May 2011 22:57:11 -0700 > Most arches define CONFIG_DEBUG_STACK_USAGE exactly the same way. > Move it to lib/Kconfig.debug so each arch doesn't have to define > it. This obviously makes the option generic, but that's fine > because the config is already used in generic code. > > It's not obvious to me that sysrq-P actually does anything > different with this option enabled, but I erred on the side of > caution by keeping the most inclusive wording. > > Cc: linux-arch@xxxxxxxxxxxxxxx > Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > Cc: uclinux-dist-devel@xxxxxxxxxxxxxxxxxxxx > Cc: linux-m32r@xxxxxxxxxxxxxxxxx > Cc: linux-mips@xxxxxxxxxxxxxx > Cc: linuxppc-dev@xxxxxxxxxxxxxxxx > Cc: linux-sh@xxxxxxxxxxxxxxx > Cc: sparclinux@xxxxxxxxxxxxxxx > Cc: Chris Metcalf <cmetcalf@xxxxxxxxxx> > Cc: user-mode-linux-devel@xxxxxxxxxxxxxxxxxxxxx > Cc: x86@xxxxxxxxxx > Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxxxxxx> Acked-by: David S. Miller <davem@xxxxxxxxxxxxx>