The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] microblaze: remove unused NO_MMU Kconfig parameter
@ 2013-11-04  8:30 Michael Opdenacker
  2013-11-06  7:49 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Opdenacker @ 2013-11-04  8:30 UTC (permalink / raw)
  To: monstr; +Cc: microblaze-uclinux, linux-kernel, Michael Opdenacker

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>
---
 arch/microblaze/Kconfig                       | 5 -----
 arch/microblaze/kernel/hw_exception_handler.S | 4 ++--
 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
 	bool "MMU support"
 	default n
 
-config NO_MMU
-	bool
-	depends on !MMU
-	default y
-
 comment "Boot options"
 
 config 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 @@
  *      -                            W   S   REG   EXC
  *
  *
- * STACK FRAME STRUCTURE (for NO_MMU)
- * ---------------------------------
+ * STACK FRAME STRUCTURE (for CONFIG_MMU=n)
+ * ----------------------------------------
  *
  *      +-------------+         + 0
  *      |     MSR     |
-- 
1.8.1.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] microblaze: remove unused NO_MMU Kconfig parameter
  2013-11-04  8:30 [PATCH] microblaze: remove unused NO_MMU Kconfig parameter Michael Opdenacker
@ 2013-11-06  7:49 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2013-11-06  7:49 UTC (permalink / raw)
  To: Michael Opdenacker; +Cc: microblaze-uclinux, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 835 bytes --]

On 11/04/2013 09:30 AM, Michael Opdenacker wrote:
> 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>
> ---
>  arch/microblaze/Kconfig                       | 5 -----
>  arch/microblaze/kernel/hw_exception_handler.S | 4 ++--
>  2 files changed, 2 insertions(+), 7 deletions(-)

Applied.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 263 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-06  7:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-04  8:30 [PATCH] microblaze: remove unused NO_MMU Kconfig parameter Michael Opdenacker
2013-11-06  7:49 ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox