From: <ai...@us...> - 2003-09-27 09:22:36
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel In directory sc8-pr-cvs1:/tmp/cvs-serv26117/arch/vax/kernel Modified Files: process.c Log Message: Merge 2.4.21 - build fixes Index: process.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/kernel/process.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- process.c 18 Sep 2003 13:25:59 -0000 1.21 +++ process.c 27 Sep 2003 09:21:13 -0000 1.22 @@ -24,7 +24,7 @@ #include <asm/elf.h> -#undef VAX_PROCESS_DEBUG +#define VAX_PROCESS_DEBUG 1 void cpu_idle(void) { @@ -169,7 +169,7 @@ * Create a kernel thread */ -pid_t kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) +pid_t arch_kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) { asm(" clrl -(%%sp) \n" " movl %0, -(%%sp) \n" |