[package] mac80211: add compile fix for pre-2.6.32 kernels
[openwrt/svn-archive/archive.git] / target / linux / sibyte / patches / 001-sibyte_remove_simulation.patch
1 [PATCH] Remove SiByte simulator option
2
3 This patch removes the SiByte simulation Kconfig option, which only
4 modified a printk.
5
6 Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
7
8 --- a/arch/mips/sibyte/Kconfig
9 +++ b/arch/mips/sibyte/Kconfig
10 @@ -128,13 +128,6 @@ config SIBYTE_ENABLE_LDT_IF_PCI
11 bool
12 select SIBYTE_HAS_LDT if PCI
13
14 -config SIMULATION
15 - bool "Running under simulation"
16 - depends on SIBYTE_SB1xxx_SOC
17 - help
18 - Build a kernel suitable for running under the GDB simulator.
19 - Primarily adjusts the kernel's notion of time.
20 -
21 config SB1_CEX_ALWAYS_FATAL
22 bool "All cache exceptions considered fatal (no recovery attempted)"
23 depends on SIBYTE_SB1xxx_SOC
24 --- a/arch/mips/sibyte/swarm/setup.c
25 +++ b/arch/mips/sibyte/swarm/setup.c
26 @@ -137,11 +137,7 @@ void __init plat_mem_setup(void)
27 swarm_rtc_type = RTC_M4LT81;
28
29 printk("This kernel optimized for "
30 -#ifdef CONFIG_SIMULATION
31 - "simulation"
32 -#else
33 "board"
34 -#endif
35 " runs "
36 #ifdef CONFIG_SIBYTE_CFE
37 "with"