MIPS: Netlogic: Merge some of XLR/XLP wakup code
[deliverable/linux.git] / arch / mips / include / asm / netlogic / xlp-hal / xlp.h
index aae23f1074129c000b5ee1877b654c56b4debcfe..1540588e396dbee6600755a3bb3ad2417d8b962e 100644 (file)
 #ifndef _NLM_HAL_XLP_H
 #define _NLM_HAL_XLP_H
 
-#define        RESET_VEC_PHYS          0x1fc00000
-#define        RESET_DATA_PHYS         (RESET_VEC_PHYS + (1<<10))
-#define        BOOT_THREAD_MODE        0
-
 #define PIC_UART_0_IRQ           17
 #define PIC_UART_1_IRQ           18
 
 #ifndef __ASSEMBLY__
 
 /* SMP support functions */
-void nlm_boot_core0_siblings(void);
+void xlp_boot_core0_siblings(void);
+void xlp_wakeup_secondary_cpus(void);
 
 void xlp_mmu_init(void);
 void nlm_hal_init(void);
This page took 0.024667 seconds and 5 git commands to generate.