[SPARC64]: Fix uniprocessor IRQ targetting on SUN4V.
[deliverable/linux.git] / arch / sparc64 / kernel / entry.S
index f5c8a293979fe77df5dcf721318835a133a2c382..bd332e41532fa8a95df01bb484affde12c81e3a8 100644 (file)
@@ -1692,10 +1692,12 @@ __flushw_user:
 #ifdef CONFIG_SMP
        .globl          hard_smp_processor_id
 hard_smp_processor_id:
+#endif
+       .globl          real_hard_smp_processor_id
+real_hard_smp_processor_id:
        __GET_CPUID(%o0)
        retl
         nop
-#endif
 
        /* %o0: devhandle
         * %o1: devino
This page took 0.023928 seconds and 5 git commands to generate.