diff options
author | David S. Miller <davem@davemloft.net> | 2008-09-01 06:13:17 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-09-01 06:13:17 -0400 |
commit | 687124dda0beeb8503ae27a1588e4705b3a588c2 (patch) | |
tree | ca0d75f3aa938d7d5252ba145cb3102079b0f46a /arch/sparc64/kernel/head.S | |
parent | 3d452e55ef905fc6fbf813a66c16de1293e243a1 (diff) |
sparc64: Use ENTRY/ENDPROC in hypervisor asm.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/head.S')
-rw-r--r-- | arch/sparc64/kernel/head.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc64/kernel/head.S b/arch/sparc64/kernel/head.S index c9afef093d51..353226fa0239 100644 --- a/arch/sparc64/kernel/head.S +++ b/arch/sparc64/kernel/head.S | |||
@@ -10,6 +10,7 @@ | |||
10 | #include <linux/errno.h> | 10 | #include <linux/errno.h> |
11 | #include <linux/threads.h> | 11 | #include <linux/threads.h> |
12 | #include <linux/init.h> | 12 | #include <linux/init.h> |
13 | #include <linux/linkage.h> | ||
13 | #include <asm/thread_info.h> | 14 | #include <asm/thread_info.h> |
14 | #include <asm/asi.h> | 15 | #include <asm/asi.h> |
15 | #include <asm/pstate.h> | 16 | #include <asm/pstate.h> |