From: Paul Mundt Date: Sat, 11 Jul 2009 11:05:34 +0000 (+0900) Subject: sh: Replace DEBUG_STACKOVERFLOW with STACK_DEBUG. X-Git-Tag: v2.6.32-rc1~640^2~95^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f14b84afda297d301b81a5bcbd65e83d7b02034;p=pandora-kernel.git sh: Replace DEBUG_STACKOVERFLOW with STACK_DEBUG. STACK_DEBUG ties in to mcount in order to do function-granular stack overflow checks as opposed to lazily checking from IRQ context. As the default is nohz, the frequency of overflow checking is too irregular to catch much useful information, and so the mcount approach employed by sparc64 is adopted instead. This kills off the old check entirely from the do_IRQ() path and now adopts CONFIG_MCOUNT instead. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed