diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-11 08:09:48 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-11 08:09:48 -0400 |
commit | 3abec857a0f7491b397a97337cc057b84a1d637a (patch) | |
tree | c0bedb7865f7106c3854065be974d8a064281d29 /include | |
parent | fd582ec88eb8d2d907876603e4ecebe6eab330d9 (diff) |
ppc64: Use merged versions of init_task.c and process.c.
These two files are now built in arch/powerpc/kernel instead of
arch/ppc64/kernel.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-ppc64/system.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-ppc64/system.h b/include/asm-ppc64/system.h index c04d62c592a6..d1e00933354c 100644 --- a/include/asm-ppc64/system.h +++ b/include/asm-ppc64/system.h | |||
@@ -131,6 +131,10 @@ static inline void flush_altivec_to_thread(struct task_struct *t) | |||
131 | } | 131 | } |
132 | #endif | 132 | #endif |
133 | 133 | ||
134 | static inline void flush_spe_to_thread(struct task_struct *t) | ||
135 | { | ||
136 | } | ||
137 | |||
134 | extern int mem_init_done; /* set on boot once kmalloc can be called */ | 138 | extern int mem_init_done; /* set on boot once kmalloc can be called */ |
135 | 139 | ||
136 | /* EBCDIC -> ASCII conversion for [0-9A-Z] on iSeries */ | 140 | /* EBCDIC -> ASCII conversion for [0-9A-Z] on iSeries */ |