Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/sun3



Module Name:    src
Committed By:   tsutsui
Date:           Fri Dec 11 13:52:58 UTC 2009

Modified Files:
        src/sys/arch/sun3/include: param3.h param3x.h pmap3.h pmap3x.h
        src/sys/arch/sun3/sun3: dvma.c pmap.c

Log Message:
Refactoring MD segment related definitions on m68k ports:
- move macro SEGSHIFT, NBSG, and SEGOFFSET from <machine/param.h>
  to <machine/pmap.h> where they should belong
- don't use m68k_round_seg() and m68k_trunc_seg() in sun3 pmap sources
  and instead define and use sun3_round_seg() and sun3_trunc_seg()
  since they are quite pmap implementation dependent


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/sun3/include/param3.h
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/sun3/include/param3x.h
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/sun3/include/pmap3.h
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/sun3/include/pmap3x.h
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/sun3/sun3/dvma.c
cvs rdiff -u -r1.163 -r1.164 src/sys/arch/sun3/sun3/pmap.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