diff options
Diffstat (limited to 'arch/sparc64/kernel/entry.S')
-rw-r--r-- | arch/sparc64/kernel/entry.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/entry.S b/arch/sparc64/kernel/entry.S index f5c8a293979f..bd332e41532f 100644 --- a/arch/sparc64/kernel/entry.S +++ b/arch/sparc64/kernel/entry.S | |||
@@ -1692,10 +1692,12 @@ __flushw_user: | |||
1692 | #ifdef CONFIG_SMP | 1692 | #ifdef CONFIG_SMP |
1693 | .globl hard_smp_processor_id | 1693 | .globl hard_smp_processor_id |
1694 | hard_smp_processor_id: | 1694 | hard_smp_processor_id: |
1695 | #endif | ||
1696 | .globl real_hard_smp_processor_id | ||
1697 | real_hard_smp_processor_id: | ||
1695 | __GET_CPUID(%o0) | 1698 | __GET_CPUID(%o0) |
1696 | retl | 1699 | retl |
1697 | nop | 1700 | nop |
1698 | #endif | ||
1699 | 1701 | ||
1700 | /* %o0: devhandle | 1702 | /* %o0: devhandle |
1701 | * %o1: devino | 1703 | * %o1: devino |