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>
This commit is contained in:
Paul Mackerras
2005-10-11 22:09:48 +10:00
parent fd582ec88e
commit 3abec857a0
5 changed files with 7 additions and 752 deletions
+4
View File
@@ -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 */