Source-Changes archive

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

sun-lamp CVS commits



thorpej
Mon Dec 11 09:09:21 PST 1995
Update of /a/cvsroot/src/sys/arch/hp300/hp300
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv24307/hp300

Modified Files:
        genassym.c locore.s pmap.c pmap_bootstrap.c sys_machdep.c 
        trap.c 
Log Message:
Rather than using individual HP300 model names, map those model names to
properties such as "M68040" and "M68K_MMU_MOTOROLA", used to conditionally
compile code.  This is more in-line with now the other m68k ports do it,
and makes it much easier to find "common ground" among them.

In locore.s, use the MMU-type constants defined my <machine/cpu.h> rather
than "expanded" values.

Because HP300-model names are mapped to CPU/MMU combinations in
<machine/cpu.h>, no change to kernel configuration will be necessary.


thorpej
Mon Dec 11 09:09:24 PST 1995
Update of /a/cvsroot/src/sys/arch/hp300/include
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv24307/include

Modified Files:
        cpu.h pmap.h 
Log Message:
Rather than using individual HP300 model names, map those model names to
properties such as "M68040" and "M68K_MMU_MOTOROLA", used to conditionally
compile code.  This is more in-line with now the other m68k ports do it,
and makes it much easier to find "common ground" among them.

In locore.s, use the MMU-type constants defined my <machine/cpu.h> rather
than "expanded" values.

Because HP300-model names are mapped to CPU/MMU combinations in
<machine/cpu.h>, no change to kernel configuration will be necessary.




Home | Main Index | Thread Index | Old Index