diff options
Diffstat (limited to 'arch/mips')
| -rw-r--r-- | arch/mips/cavium-octeon/setup.c | 3 | ||||
| -rw-r--r-- | arch/mips/include/asm/octeon/octeon.h | 2 |
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 | ||
| 52 | static unsigned long long MAX_MEMORY = 512ull << 20; | 52 | static unsigned long long MAX_MEMORY = 512ull << 20; |
| 53 | 53 | ||
| 54 | DEFINE_SEMAPHORE(octeon_bootbus_sem); | ||
| 55 | EXPORT_SYMBOL(octeon_bootbus_sem); | ||
| 56 | |||
| 54 | struct octeon_boot_descriptor *octeon_boot_desc_ptr; | 57 | struct octeon_boot_descriptor *octeon_boot_desc_ptr; |
| 55 | 58 | ||
| 56 | struct cvmx_bootinfo *octeon_bootinfo; | 59 | struct 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 | ||
| 336 | extern void octeon_fixup_irqs(void); | 336 | extern void octeon_fixup_irqs(void); |
| 337 | 337 | ||
| 338 | extern struct semaphore octeon_bootbus_sem; | ||
| 339 | |||
| 338 | #endif /* __ASM_OCTEON_OCTEON_H */ | 340 | #endif /* __ASM_OCTEON_OCTEON_H */ |
