summaryrefslogtreecommitdiff
path: root/target/linux/sibyte/patches/001-sibyte_remove_simulation.patch
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-02-17 23:00:47 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-02-17 23:00:47 +0000
commitc610ea33476e9eb1b283d5c271dd4b88b8874f2c (patch)
tree472327405a4593b8b312462284fe75c4cafe0c21 /target/linux/sibyte/patches/001-sibyte_remove_simulation.patch
parent95a76a6afc41a0b888f0fe6743f329edf634b1cb (diff)
[sibyte]: upgrade to 2.6.32.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19694 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/sibyte/patches/001-sibyte_remove_simulation.patch')
-rw-r--r--target/linux/sibyte/patches/001-sibyte_remove_simulation.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/target/linux/sibyte/patches/001-sibyte_remove_simulation.patch b/target/linux/sibyte/patches/001-sibyte_remove_simulation.patch
deleted file mode 100644
index c3208a4f7a..0000000000
--- a/target/linux/sibyte/patches/001-sibyte_remove_simulation.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-[PATCH] Remove SiByte simulator option
-
-This patch removes the SiByte simulation Kconfig option, which only
-modified a printk.
-
-Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
-
---- a/arch/mips/sibyte/Kconfig
-+++ b/arch/mips/sibyte/Kconfig
-@@ -128,13 +128,6 @@ config SIBYTE_ENABLE_LDT_IF_PCI
- bool
- select SIBYTE_HAS_LDT if PCI
-
--config SIMULATION
-- bool "Running under simulation"
-- depends on SIBYTE_SB1xxx_SOC
-- help
-- Build a kernel suitable for running under the GDB simulator.
-- Primarily adjusts the kernel's notion of time.
--
- config SB1_CEX_ALWAYS_FATAL
- bool "All cache exceptions considered fatal (no recovery attempted)"
- depends on SIBYTE_SB1xxx_SOC
---- a/arch/mips/sibyte/swarm/setup.c
-+++ b/arch/mips/sibyte/swarm/setup.c
-@@ -137,11 +137,7 @@ void __init plat_mem_setup(void)
- swarm_rtc_type = RTC_M4LT81;
-
- printk("This kernel optimized for "
--#ifdef CONFIG_SIMULATION
-- "simulation"
--#else
- "board"
--#endif
- " runs "
- #ifdef CONFIG_SIBYTE_CFE
- "with"