From: Kenn H. <ke...@us...> - 2002-10-29 00:52:56
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/boot In directory usw-pr-cvs1:/tmp/cvs-serv2713/arch/vax/boot Modified Files: head.S Log Message: Merge Linus' 2.5.4 release. Major change is the splitting of task_struct into task_struct and struct thread_info. Index: head.S =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/boot/head.S,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- head.S 28 May 2002 20:29:28 -0000 1.4 +++ head.S 29 Oct 2002 00:52:50 -0000 1.5 @@ -315,7 +315,7 @@ # my loading KSP with the top of the kernel stack for the 'init task' # and faking a saved PC/PSL on the interrupt stack which we then # 'return' to - moval init_task_union, r0 + moval init_thread_union, r0 addl2 $8192, r0 # taken from <linux/sched.h> mtpr r0,$PR_KSP |