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: Wed Dec 31 09:45:11 UTC 2008
Modified Files:
src/sys/arch/amiga/amiga: amiga_init.c pmap.c pmap_bootstrap.c
Log Message:
Misc cleanup:
- use proper types on variable declarations
- allocate Sysseg_pa in pmap_bootstrap.c where it's actually used
rather than in atari/pmap.c
- remove comments in pmap_bootstrap.c which were duplicated from pmap.c
- add explicit `extern' keywords for variables allocated elsewhere
- update comment for pmap_bootstrap() to sync with reality
No functional changes.
To generate a diff of this commit:
cvs rdiff -r1.99 -r1.100 src/sys/arch/amiga/amiga/amiga_init.c
cvs rdiff -r1.140 -r1.141 src/sys/arch/amiga/amiga/pmap.c
cvs rdiff -r1.2 -r1.3 src/sys/arch/amiga/amiga/pmap_bootstrap.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