aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-07-11 11:57:13 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-07-11 11:57:13 +0000
commitb0a32ca0c9450e47fa72881ddd03d2198c3c0ff2 (patch)
tree2ca24921a065d95e6dddb690a7fc77d945bb47e2
parent7112f4e1a1d73f60e4b735391bd6a2463b2e2727 (diff)
downloadmaster-187ad058-b0a32ca0c9450e47fa72881ddd03d2198c3c0ff2.tar.gz
master-187ad058-b0a32ca0c9450e47fa72881ddd03d2198c3c0ff2.tar.bz2
master-187ad058-b0a32ca0c9450e47fa72881ddd03d2198c3c0ff2.zip
seems like the pages that mentioned mips 4k cores not having prefetch were wrong. back out that patch. thx, juhosg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16775 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/generic-2.6/patches-2.6.28/025-mips_r4k_no_prefetch.patch10
-rw-r--r--target/linux/generic-2.6/patches-2.6.30/026-mips_r4k_no_prefetch.patch10
2 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.28/025-mips_r4k_no_prefetch.patch b/target/linux/generic-2.6/patches-2.6.28/025-mips_r4k_no_prefetch.patch
deleted file mode 100644
index 6e26062b4b..0000000000
--- a/target/linux/generic-2.6/patches-2.6.28/025-mips_r4k_no_prefetch.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/arch/mips/Kconfig
-+++ b/arch/mips/Kconfig
-@@ -991,7 +991,6 @@ config CPU_MIPS32_R1
- bool "MIPS32 Release 1"
- depends on SYS_HAS_CPU_MIPS32_R1
- select CPU_HAS_LLSC
-- select CPU_HAS_PREFETCH
- select CPU_SUPPORTS_32BIT_KERNEL
- select CPU_SUPPORTS_HIGHMEM
- help
diff --git a/target/linux/generic-2.6/patches-2.6.30/026-mips_r4k_no_prefetch.patch b/target/linux/generic-2.6/patches-2.6.30/026-mips_r4k_no_prefetch.patch
deleted file mode 100644
index e2fb97e383..0000000000
--- a/target/linux/generic-2.6/patches-2.6.30/026-mips_r4k_no_prefetch.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/arch/mips/Kconfig
-+++ b/arch/mips/Kconfig
-@@ -1036,7 +1036,6 @@ config CPU_MIPS32_R1
- bool "MIPS32 Release 1"
- depends on SYS_HAS_CPU_MIPS32_R1
- select CPU_HAS_LLSC
-- select CPU_HAS_PREFETCH
- select CPU_SUPPORTS_32BIT_KERNEL
- select CPU_SUPPORTS_HIGHMEM
- help