From: Eduard - Gabriel Munteanu Date: Sat, 5 Jul 2008 09:14:23 +0000 (+0300) Subject: Move _RET_IP_ and _THIS_IP_ to include/linux/kernel.h X-Git-Tag: v2.6.26-rc9~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca31e146d5c2fe51498e619eb3a64782d02e310a;p=pandora-kernel.git Move _RET_IP_ and _THIS_IP_ to include/linux/kernel.h These two macros are useful beyond lock debugging. Moved definitions from include/linux/debug_locks.h to include/linux/kernel.h, so code that needs them does not have to include the former, which would have been a less intuitive choice of a header. Signed-off-by: Eduard - Gabriel Munteanu Acked-by: Pekka Enberg Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed