| To: | john@phrozen.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH resend 2/2] MIPS: BCM47XX: select NO_EXCEPT_FILL |
| From: | Hauke Mehrtens <hauke@hauke-m.de> |
| Date: | Wed, 26 Dec 2012 22:06:18 +0100 |
| Cc: | linux-mips@linux-mips.org, cernekee@gmail.com, Hauke Mehrtens <hauke@hauke-m.de> |
| In-reply-to: | <1356555978-2660-1-git-send-email-hauke@hauke-m.de> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <1356555978-2660-1-git-send-email-hauke@hauke-m.de> |
| Sender: | linux-mips-bounce@linux-mips.org |
The kernel is loaded to 0x80001000 so there is some space left for the
exception handlers and the kernel do not have to reserve some extra
space for them.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
arch/mips/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 8e1fd8a..08c93f8 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -116,6 +116,7 @@ config BCM47XX
select FW_CFE
select HW_HAS_PCI
select IRQ_CPU
+ select NO_EXCEPT_FILL
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_LITTLE_ENDIAN
select SYS_HAS_EARLY_PRINTK
--
1.7.10.4
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH resend 1/2] MIPS: BCM47XX: select BOOT_RAW, Hauke Mehrtens |
|---|---|
| Next by Date: | Re: [PATCH 0/6] MIPS: BCM47XX: nvram read enhancements, Rafał Miłecki |
| Previous by Thread: | [PATCH resend 1/2] MIPS: BCM47XX: select BOOT_RAW, Hauke Mehrtens |
| Next by Thread: | [PATCH]: Fix 3.7 mips build if !CONFIG_MODULES, Joshua Kinard |
| Indexes: | [Date] [Thread] [Top] [All Lists] |