aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64/system.h
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-11 22:09:48 +1000
committerPaul Mackerras <paulus@samba.org>2005-10-11 22:09:48 +1000
commit3abec857a0f7491b397a97337cc057b84a1d637a (patch)
treec0bedb7865f7106c3854065be974d8a064281d29 /include/asm-ppc64/system.h
parentppc: Various minor compile fixes (diff)
downloadlinux-dev-3abec857a0f7491b397a97337cc057b84a1d637a.tar.xz
linux-dev-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 '')
-rw-r--r--include/asm-ppc64/system.h4
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 */