[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20090414141101.GA17768@elte.hu>
Date: Tue, 14 Apr 2009 16:11:01 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
"David S. Miller" <davem@...emloft.net>,
Martin Schwidefsky <schwidefsky@...ibm.com>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>
Subject: [GIT PULL] lockdep fix for sparc/s390 build breakage
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists