[GIT PULL] lockdep fix for sparc/s390 build breakage

From: Ingo Molnar
Date: Tue Apr 14 2009 - 10:11:28 EST


Linus,

Please pull the latest core-fixes-for-linus git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git core-fixes-for-linus

This fixes a Sparc and S390 build breakage i caused yesterday by
pushing this commit too fast:

9eeba61: lockdep: warn about lockdep disabling after kernel taint

Sorry about that.

Thanks,

Ingo

------------------>
Ingo Molnar (1):
lockdep: warn about lockdep disabling after kernel taint, fix


include/linux/debug_locks.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/debug_locks.h b/include/linux/debug_locks.h
index 493dedb..29b3ce3 100644
--- a/include/linux/debug_locks.h
+++ b/include/linux/debug_locks.h
@@ -3,6 +3,7 @@

#include <linux/kernel.h>
#include <asm/atomic.h>
+#include <asm/system.h>

struct task_struct;

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/