|
@@ -192,14 +192,6 @@ static void octeon_init_secondary(void)
|
|
|
*/
|
|
|
void octeon_prepare_cpus(unsigned int max_cpus)
|
|
|
{
|
|
|
-#ifdef CONFIG_HOTPLUG_CPU
|
|
|
- struct linux_app_boot_info *labi;
|
|
|
-
|
|
|
- labi = (struct linux_app_boot_info *)PHYS_TO_XKSEG_CACHED(LABI_ADDR_IN_BOOTLOADER);
|
|
|
-
|
|
|
- if (labi->labi_signature != LABI_SIGNATURE)
|
|
|
- panic("The bootloader version on this board is incorrect.");
|
|
|
-#endif
|
|
|
/*
|
|
|
* Only the low order mailbox bits are used for IPIs, leave
|
|
|
* the other bits alone.
|