aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc64/system.h
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-11 08:09:48 -0400
committerPaul Mackerras <paulus@samba.org>2005-10-11 08:09:48 -0400
commit3abec857a0f7491b397a97337cc057b84a1d637a (patch)
treec0bedb7865f7106c3854065be974d8a064281d29 /include/asm-ppc64/system.h
parentfd582ec88eb8d2d907876603e4ecebe6eab330d9 (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/asm-ppc64/system.h')
-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)
131} 131}
132#endif 132#endif
133 133
134static inline void flush_spe_to_thread(struct task_struct *t)
135{
136}
137
134extern int mem_init_done; /* set on boot once kmalloc can be called */ 138extern 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 */