|
From: Kenn H. <ke...@us...> - 2005-05-24 21:43:40
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/boot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26473 Modified Files: head.S Log Message: Fix a compile error with our 'official' toolchain due to a lone single quote Index: head.S =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/boot/head.S,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- head.S 24 May 2005 08:09:50 -0000 1.21 +++ head.S 24 May 2005 21:43:30 -0000 1.22 @@ -168,7 +168,7 @@ movl boot_r11, %r11 movc3 $RPB_SIZE, (%r11), boot_rpb - # Execute mv->pre_vm_init() if it's needed + # Execute mv->pre_vm_init() if it is needed movl mv, %r10 tstl MV_PRE_VM_INIT(%r10) beql no_pre_vm_init |