Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/amiga/amiga
Module Name: src
Committed By: tsutsui
Date: Sat Jan 3 07:04:42 UTC 2009
Modified Files:
src/sys/arch/amiga/amiga: amiga_init.c
Log Message:
Rewrite a weird calculation marked "XXX fix calcurations XXX"
for an index value of lev2 segment table for the kernel Sysptmap
with more meaningful expressions and PAGE_SIZE independent macro.
Also use "~0" rather than "-1" for an unsigned bitmap value.
Should produce the same results and no functional change.
Tested on A3000 with 68060 by Frank Wille.
To generate a diff of this commit:
cvs rdiff -r1.103 -r1.104 src/sys/arch/amiga/amiga/amiga_init.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index