aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@free-electrons.com>2013-11-04 03:30:18 -0500
committerMichal Simek <michal.simek@xilinx.com>2013-11-06 02:48:58 -0500
commitedf6844ebf4d66546caf2a75e9d05e579990678c (patch)
tree3cf486e1e9782b5725507dd6a47aa988a1f04213 /arch/microblaze
parent5e01dc7b26d9f24f39abace5da98ccbd6a5ceb52 (diff)
microblaze: Remove unused NO_MMU Kconfig parameter
This removes the NO_MMU Kconfig parameter, which was no longer used anywhere in the source code and Makefiles. This also updates a comment refering to this parameter. Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/Kconfig5
-rw-r--r--arch/microblaze/kernel/hw_exception_handler.S4
2 files changed, 2 insertions, 7 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig
index b82f82b74319..d8ec74b4d1ee 100644
--- a/arch/microblaze/Kconfig
+++ b/arch/microblaze/Kconfig
@@ -82,11 +82,6 @@ config MMU
82 bool "MMU support" 82 bool "MMU support"
83 default n 83 default n
84 84
85config NO_MMU
86 bool
87 depends on !MMU
88 default y
89
90comment "Boot options" 85comment "Boot options"
91 86
92config CMDLINE_BOOL 87config CMDLINE_BOOL
diff --git a/arch/microblaze/kernel/hw_exception_handler.S b/arch/microblaze/kernel/hw_exception_handler.S
index 61b3a1fed46f..fc6b89f4dd31 100644
--- a/arch/microblaze/kernel/hw_exception_handler.S
+++ b/arch/microblaze/kernel/hw_exception_handler.S
@@ -193,8 +193,8 @@
193 * - W S REG EXC 193 * - W S REG EXC
194 * 194 *
195 * 195 *
196 * STACK FRAME STRUCTURE (for NO_MMU) 196 * STACK FRAME STRUCTURE (for CONFIG_MMU=n)
197 * --------------------------------- 197 * ----------------------------------------
198 * 198 *
199 * +-------------+ + 0 199 * +-------------+ + 0
200 * | MSR | 200 * | MSR |