[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120415092804.GA4947@merkur.ravnborg.org>
Date: Sun, 15 Apr 2012 11:28:04 +0200
From: Sam Ravnborg <sam@...nborg.org>
To: Haavard Skinnemoen <hskinnemoen@...il.com>,
Hans-Christian Egtvedt <egtvedt@...fundet.no>
Cc: lkml <linux-kernel@...r.kernel.org>, Tejun Heo <tj@...nel.org>
Subject: [PATCH] avr32: drop HAVE_ARCH_BOOTMEM from Kconfig
>From f58a1c9f6717a6754fde691fb10f8eab7170dbc2 Mon Sep 17 00:00:00 2001
From: Sam Ravnborg <sam@...nborg.org>
Date: Sun, 15 Apr 2012 11:23:50 +0200
Subject: [PATCH] avr32: drop HAVE_ARCH_BOOTMEM from Kconfig
The symbol is default to n - so no point in adding a symbol
with def_bool n.
Noticed iby Tejun when we removed this symbol from x86.
Signed-off-by: Sam Ravnborg <sam@...nborg.org>
Cc: Tejun Heo <tj@...nel.org>
---
Other symbols looks like candidates too - but being on the
safe side this patch only removes this single symbol.
Sam
arch/avr32/Kconfig | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig
index 3dea723..5065528 100644
--- a/arch/avr32/Kconfig
+++ b/arch/avr32/Kconfig
@@ -193,9 +193,6 @@ source "kernel/Kconfig.preempt"
config QUICKLIST
def_bool y
-config HAVE_ARCH_BOOTMEM
- def_bool n
-
config ARCH_HAVE_MEMORY_PRESENT
def_bool n
--
1.6.0.6
--
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