aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/cavium-octeon/setup.c3
-rw-r--r--arch/mips/include/asm/octeon/octeon.h2
2 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/cavium-octeon/setup.c b/arch/mips/cavium-octeon/setup.c
index a42110e7edbc..01130e93126d 100644
--- a/arch/mips/cavium-octeon/setup.c
+++ b/arch/mips/cavium-octeon/setup.c
@@ -51,6 +51,9 @@ extern void pci_console_init(const char *arg);
51 51
52static unsigned long long MAX_MEMORY = 512ull << 20; 52static unsigned long long MAX_MEMORY = 512ull << 20;
53 53
54DEFINE_SEMAPHORE(octeon_bootbus_sem);
55EXPORT_SYMBOL(octeon_bootbus_sem);
56
54struct octeon_boot_descriptor *octeon_boot_desc_ptr; 57struct octeon_boot_descriptor *octeon_boot_desc_ptr;
55 58
56struct cvmx_bootinfo *octeon_bootinfo; 59struct cvmx_bootinfo *octeon_bootinfo;
diff --git a/arch/mips/include/asm/octeon/octeon.h b/arch/mips/include/asm/octeon/octeon.h
index 041596570856..de9f74ee5dd0 100644
--- a/arch/mips/include/asm/octeon/octeon.h
+++ b/arch/mips/include/asm/octeon/octeon.h
@@ -335,4 +335,6 @@ void octeon_irq_set_ip4_handler(octeon_irq_ip4_handler_t);
335 335
336extern void octeon_fixup_irqs(void); 336extern void octeon_fixup_irqs(void);
337 337
338extern struct semaphore octeon_bootbus_sem;
339
338#endif /* __ASM_OCTEON_OCTEON_H */ 340#endif /* __ASM_OCTEON_OCTEON_H */