aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/malta/patches-3.3/001-remove_unused_perf_function.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-11-29 21:43:02 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-11-29 21:43:02 +0000
commit771a22992be3f1f97865847fcb9ae746909f6697 (patch)
tree0159b0adee4c5787cad0068bf4b6b11401076ff3 /target/linux/malta/patches-3.3/001-remove_unused_perf_function.patch
parent49bd7a7188f9fb904b153da3a2adac580629cd73 (diff)
downloadupstream-771a22992be3f1f97865847fcb9ae746909f6697.tar.gz
upstream-771a22992be3f1f97865847fcb9ae746909f6697.tar.bz2
upstream-771a22992be3f1f97865847fcb9ae746909f6697.zip
[malta] remove Linux 3.3 support
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34426 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/malta/patches-3.3/001-remove_unused_perf_function.patch')
-rw-r--r--target/linux/malta/patches-3.3/001-remove_unused_perf_function.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/malta/patches-3.3/001-remove_unused_perf_function.patch b/target/linux/malta/patches-3.3/001-remove_unused_perf_function.patch
deleted file mode 100644
index dd538343ae..0000000000
--- a/target/linux/malta/patches-3.3/001-remove_unused_perf_function.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/arch/mips/kernel/perf_event_mipsxx.c
-+++ b/arch/mips/kernel/perf_event_mipsxx.c
-@@ -162,11 +162,6 @@ static unsigned int counters_total_to_pe
- return counters >> vpe_shift();
- }
-
--static unsigned int counters_per_cpu_to_total(unsigned int counters)
--{
-- return counters << vpe_shift();
--}
--
- #else /* !CONFIG_MIPS_MT_SMP */
- #define vpe_id() 0
-