aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/helpers.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/kernel/helpers.S')
-rw-r--r--arch/sparc/kernel/helpers.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/kernel/helpers.S b/arch/sparc/kernel/helpers.S
index 314dd0c9fc5b..e4e5b832fcb6 100644
--- a/arch/sparc/kernel/helpers.S
+++ b/arch/sparc/kernel/helpers.S
@@ -15,6 +15,7 @@ __flushw_user:
152: retl 152: retl
16 nop 16 nop
17 .size __flushw_user,.-__flushw_user 17 .size __flushw_user,.-__flushw_user
18EXPORT_SYMBOL(__flushw_user)
18 19
19 /* Flush %fp and %i7 to the stack for all register 20 /* Flush %fp and %i7 to the stack for all register
20 * windows active inside of the cpu. This allows 21 * windows active inside of the cpu. This allows
@@ -61,3 +62,4 @@ real_hard_smp_processor_id:
61 .size hard_smp_processor_id,.-hard_smp_processor_id 62 .size hard_smp_processor_id,.-hard_smp_processor_id
62#endif 63#endif
63 .size real_hard_smp_processor_id,.-real_hard_smp_processor_id 64 .size real_hard_smp_processor_id,.-real_hard_smp_processor_id
65EXPORT_SYMBOL_GPL(real_hard_smp_processor_id)