diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-10 08:50:37 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-10 08:50:37 -0400 |
commit | 40ef8cbc6d360e564573eb19582249c35d8ba330 (patch) | |
tree | abba70b7da8bef93a87431691dc8df79eb4425d5 /arch/powerpc/kernel/head_64.S | |
parent | bc6f8a4b199156897f6eb5b70bf5c1a4773f4e2b (diff) |
powerpc: Get 64-bit configs to compile with ARCH=powerpc
This is a bunch of mostly small fixes that are needed to get
ARCH=powerpc to compile for 64-bit. This adds setup_64.c from
arch/ppc64/kernel/setup.c and locks.c from arch/ppc64/lib/locks.c.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/head_64.S')
-rw-r--r-- | arch/powerpc/kernel/head_64.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/head_64.S b/arch/powerpc/kernel/head_64.S index 3fcac3c37b9b..a4ceb9ae20fc 100644 --- a/arch/powerpc/kernel/head_64.S +++ b/arch/powerpc/kernel/head_64.S | |||
@@ -746,6 +746,7 @@ bad_stack: | |||
746 | * any task or sent any task a signal, you should use | 746 | * any task or sent any task a signal, you should use |
747 | * ret_from_except or ret_from_except_lite instead of this. | 747 | * ret_from_except or ret_from_except_lite instead of this. |
748 | */ | 748 | */ |
749 | .globl fast_exception_return | ||
749 | fast_exception_return: | 750 | fast_exception_return: |
750 | ld r12,_MSR(r1) | 751 | ld r12,_MSR(r1) |
751 | ld r11,_NIP(r1) | 752 | ld r11,_NIP(r1) |