| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 3/9] MIPS: BMIPS: Add XKS01 feature flag to Kconfig |
| From: | Kevin Cernekee <cernekee@gmail.com> |
| Date: | Sat, 05 Nov 2011 14:21:12 -0700 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <c2c8833593cb8eeef5c102468e105497@localhost> |
| References: | <c2c8833593cb8eeef5c102468e105497@localhost> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | vim 7.2 |
Many BMIPS processors have the ability to extend kseg0 to 1024MB in
order to reclaim large amounts of kernel virtual address space.
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
---
arch/mips/Kconfig | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 8b231ba..2983b5f 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1990,6 +1990,9 @@ config CPU_HAS_SMARTMIPS
config CPU_HAS_WB
bool
+config XKS01
+ bool
+
#
# Vectored interrupt mode is an R2 feature
#
--
1.7.6.3
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/9] MIPS: BMIPS: Fix up Kconfig settings, Kevin Cernekee |
|---|---|
| Next by Date: | [PATCH 4/9] MIPS: Clean up whitespace warning in hazards.h, Kevin Cernekee |
| Previous by Thread: | [PATCH 2/9] MIPS: BMIPS: Fix up Kconfig settings, Kevin Cernekee |
| Next by Thread: | Re: [PATCH 3/9] MIPS: BMIPS: Add XKS01 feature flag to Kconfig, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |