aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/octeon/patches-3.18/130-MIPS-octeon-add-semaphore-to-serialize-bootbus-access.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-11-15 21:33:33 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-11-15 21:33:33 +0000
commit0a45b75790192fbd0d1a765e9446ae6ce9b9d775 (patch)
treea9923798237c7bfe7144f6df6e258c852f57320f /target/linux/octeon/patches-3.18/130-MIPS-octeon-add-semaphore-to-serialize-bootbus-access.patch
parent40da73c99b0a0c4b7361f7bd685100038e2b52a4 (diff)
downloadmaster-187ad058-0a45b75790192fbd0d1a765e9446ae6ce9b9d775.tar.gz
master-187ad058-0a45b75790192fbd0d1a765e9446ae6ce9b9d775.tar.bz2
master-187ad058-0a45b75790192fbd0d1a765e9446ae6ce9b9d775.zip
octeon: remove 3.18 support
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47474 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/octeon/patches-3.18/130-MIPS-octeon-add-semaphore-to-serialize-bootbus-access.patch')
-rw-r--r--target/linux/octeon/patches-3.18/130-MIPS-octeon-add-semaphore-to-serialize-bootbus-access.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/octeon/patches-3.18/130-MIPS-octeon-add-semaphore-to-serialize-bootbus-access.patch b/target/linux/octeon/patches-3.18/130-MIPS-octeon-add-semaphore-to-serialize-bootbus-access.patch
deleted file mode 100644
index bfbb4a5fd1..0000000000
--- a/target/linux/octeon/patches-3.18/130-MIPS-octeon-add-semaphore-to-serialize-bootbus-access.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/arch/mips/cavium-octeon/setup.c
-+++ b/arch/mips/cavium-octeon/setup.c
-@@ -50,6 +50,9 @@ extern void pci_console_init(const char
-
- static unsigned long long MAX_MEMORY = 512ull << 20;
-
-+DEFINE_SEMAPHORE(octeon_bootbus_sem);
-+EXPORT_SYMBOL(octeon_bootbus_sem);
-+
- struct octeon_boot_descriptor *octeon_boot_desc_ptr;
-
- struct cvmx_bootinfo *octeon_bootinfo;
---- a/arch/mips/include/asm/octeon/octeon.h
-+++ b/arch/mips/include/asm/octeon/octeon.h
-@@ -252,4 +252,6 @@ void octeon_irq_set_ip4_handler(octeon_i
-
- extern void octeon_fixup_irqs(void);
-
-+extern struct semaphore octeon_bootbus_sem;
-+
- #endif /* __ASM_OCTEON_OCTEON_H */