diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-11 22:09:48 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-11 22:09:48 +1000 |
commit | 3abec857a0f7491b397a97337cc057b84a1d637a (patch) | |
tree | c0bedb7865f7106c3854065be974d8a064281d29 /include/asm-ppc64 | |
parent | fd582ec88eb8d2d907876603e4ecebe6eab330d9 (diff) | |
download | blackbird-op-linux-3abec857a0f7491b397a97337cc057b84a1d637a.tar.gz blackbird-op-linux-3abec857a0f7491b397a97337cc057b84a1d637a.zip |
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/asm-ppc64')
-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) } #endif +static inline void flush_spe_to_thread(struct task_struct *t) +{ +} + extern int mem_init_done; /* set on boot once kmalloc can be called */ /* EBCDIC -> ASCII conversion for [0-9A-Z] on iSeries */ |