diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-30 02:16:52 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-10-01 04:52:10 -0400 |
commit | cabb558714945e92000f627dda562aa5e86a31af (patch) | |
tree | 595cd75dad072224041260afb220d7fce3164e53 /include/asm-powerpc/system.h | |
parent | bd142b70a6bd5522f7d95f0cec06091b93bb0715 (diff) |
powerpc: make iSeries build
Merge vmlinux.lds.S.
Also remove arch/powerpc/kernel/vmlinux.lds which is a
generated file.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'include/asm-powerpc/system.h')
-rw-r--r-- | include/asm-powerpc/system.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asm-powerpc/system.h b/include/asm-powerpc/system.h index 1b64879a02c3..027479dcbf43 100644 --- a/include/asm-powerpc/system.h +++ b/include/asm-powerpc/system.h | |||
@@ -118,10 +118,10 @@ extern void _set_L3CR(unsigned long); | |||
118 | #endif | 118 | #endif |
119 | 119 | ||
120 | extern void via_cuda_init(void); | 120 | extern void via_cuda_init(void); |
121 | extern void pmac_nvram_init(void); | ||
122 | extern void read_rtc_time(void); | 121 | extern void read_rtc_time(void); |
123 | extern void pmac_find_display(void); | 122 | extern void pmac_find_display(void); |
124 | extern void giveup_fpu(struct task_struct *); | 123 | extern void giveup_fpu(struct task_struct *); |
124 | extern void disable_kernel_fp(void); | ||
125 | extern void enable_kernel_fp(void); | 125 | extern void enable_kernel_fp(void); |
126 | extern void flush_fp_to_thread(struct task_struct *); | 126 | extern void flush_fp_to_thread(struct task_struct *); |
127 | extern void enable_kernel_altivec(void); | 127 | extern void enable_kernel_altivec(void); |
@@ -346,5 +346,7 @@ __cmpxchg(volatile void *ptr, unsigned long old, unsigned long new, | |||
346 | 346 | ||
347 | #define arch_align_stack(x) (x) | 347 | #define arch_align_stack(x) (x) |
348 | 348 | ||
349 | extern unsigned long reloc_offset(void); | ||
350 | |||
349 | #endif /* __KERNEL__ */ | 351 | #endif /* __KERNEL__ */ |
350 | #endif /* _ASM_POWERPC_SYSTEM_H */ | 352 | #endif /* _ASM_POWERPC_SYSTEM_H */ |