From: Kenn H. <ke...@us...> - 2003-01-29 00:04:18
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax In directory sc8-pr-cvs1:/tmp/cvs-serv8596/arch/vax Modified Files: vmlinux.lds Log Message: Clarify a comment Index: vmlinux.lds =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/vmlinux.lds,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- vmlinux.lds 31 Dec 2002 22:33:07 -0000 1.5 +++ vmlinux.lds 29 Jan 2003 00:04:15 -0000 1.6 @@ -5,7 +5,7 @@ /* As of 2.5.16, the jiffy counter is 64-bit and is called jiffies_64. For backward-compatibility, a symbol 'jiffies' needs to be aliased - to the low 32-bits of jiffies_64 */ + to the least-significant 32-bits of jiffies_64 */ jiffies = jiffies_64; |