[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <6c161ff4d3b30207c754420dc569df0013fae59a.1241105648.git.arnd@arndb.de>
Date: Wed, 15 Apr 2009 17:28:25 +0200
From: Arnd Bergmann <arnd@...db.de>
To: unlisted-recipients:; (no To-header on input)
Cc: linux-arch@...r.kernel.org, Michal Simek <monstr@...str.eu>,
Remis Lima Baima <remis.developer@...glemail.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH 22/27] microblaze: don't include asm/mmu.h in hw_exception_handler
The generic mmu.h is not safe for use in assembly, but
also doesn't contain anything that microblaze needs
there.
Signed-off-by: Arnd Bergmann <arnd@...db.de>
---
arch/microblaze/kernel/hw_exception_handler.S | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/microblaze/kernel/hw_exception_handler.S b/arch/microblaze/kernel/hw_exception_handler.S
index cf9486d..2c01e80 100644
--- a/arch/microblaze/kernel/hw_exception_handler.S
+++ b/arch/microblaze/kernel/hw_exception_handler.S
@@ -66,7 +66,6 @@
#include <asm/current.h>
#include <linux/linkage.h>
-#include <asm/mmu.h>
#include <asm/pgtable.h>
#include <asm/asm-offsets.h>
--
1.5.6.3
--
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