From: Dave A. <ai...@us...> - 2001-06-10 10:35:30
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/boot In directory usw-pr-cvs1:/tmp/cvs-serv12088 Modified Files: head.S Log Message: DA: no apostrophes in assemble files if you please Index: head.S =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/boot/head.S,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- head.S 2001/06/10 10:19:11 1.8 +++ head.S 2001/06/10 10:35:27 1.9 @@ -211,7 +211,7 @@ blssu sysfill # We need to align the IOMAP/VMALLOC tables (well at least the VMALLOC -# tables, but no harm.. we'll waste the space here or later) on a Linux +# tables, but no harm.. well waste the space here or later) on a Linux # PAGE boundary (4K) # we need to check is r7 4k-aligned if not we need to fill zero until it # is, so round up r7 to the next page, add 7 then and with 7, |