| To: | ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 5/6] MIPS: DEC: use IS_ENABLED() |
| From: | Florian Fainelli <florian@openwrt.org> |
| Date: | Tue, 31 Jan 2012 18:19:07 +0100 |
| Cc: | linux-mips@linux-mips.org, Florian Fainelli <florian@openwrt.org> |
| In-reply-to: | <1328030348-21967-1-git-send-email-florian@openwrt.org> |
| References: | <1328030348-21967-1-git-send-email-florian@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
---
arch/mips/dec/prom/memory.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/mips/dec/prom/memory.c b/arch/mips/dec/prom/memory.c
index e95ff30..8c62316 100644
--- a/arch/mips/dec/prom/memory.c
+++ b/arch/mips/dec/prom/memory.c
@@ -101,7 +101,7 @@ void __init prom_free_prom_memory(void)
* the first page reserved for the exception handlers.
*/
-#if defined(CONFIG_DECLANCE) || defined(CONFIG_DECLANCE_MODULE)
+#if IS_ENABLED(CONFIG_DECLANCE)
/*
* Leave 128 KB reserved for Lance memory for
* IOASIC DECstations.
--
1.7.5.4
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/6] MIPS: PNX833x: use IS_ENABLED() macro, Florian Fainelli |
|---|---|
| Next by Date: | [PATCH 3/6] MIPS: TXX9: use IS_ENABLED() macro, Florian Fainelli |
| Previous by Thread: | [PATCH 2/6] MIPS: PNX833x: use IS_ENABLED() macro, Florian Fainelli |
| Next by Thread: | [PATCH 3/6] MIPS: TXX9: use IS_ENABLED() macro, Florian Fainelli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |