Pull video into test branch
[linux-drm-fsl-dcu.git] / arch / mips / pmc-sierra / yosemite / smp.c
index c197311e15d3ba80eae04bcd64b1ba51de8579d7..305491e74dbe2b9134c1b55ee18cd0edbaa10d06 100644 (file)
@@ -3,9 +3,7 @@
 
 #include <asm/pmon.h>
 #include <asm/titan_dep.h>
-
-extern unsigned int (*mips_hpt_read)(void);
-extern void (*mips_hpt_init)(unsigned int);
+#include <asm/time.h>
 
 #define LAUNCHSTACK_SIZE 256
 
@@ -101,8 +99,6 @@ void prom_cpus_done(void)
  */
 void prom_init_secondary(void)
 {
-       mips_hpt_init(mips_hpt_read());
-
        set_c0_status(ST0_CO | ST0_IE | ST0_IM);
 }
 
@@ -110,7 +106,7 @@ void prom_smp_finish(void)
 {
 }
 
-asmlinkage void titan_mailbox_irq(struct pt_regs *regs)
+asmlinkage void titan_mailbox_irq(void)
 {
        int cpu = smp_processor_id();
        unsigned long status;