Source-Changes archive

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

CVS commit: src/sys/rump



Module Name:    src
Committed By:   pooka
Date:           Wed Jun 16 11:45:21 UTC 2010

Modified Files:
        src/sys/rump/librump/rumpkern: Makefile.rumpkern pmap_stub.c
        src/sys/rump/librump/rumpkern/arch/i386: Makefile.inc
        src/sys/rump/librump/rumpkern/arch/x86_64: Makefile.inc
Added Files:
        src/sys/rump/include/machine: pmap.h
        src/sys/rump/librump/rumpkern/arch/i386: pmap_x86.c

Log Message:
Reinstate the blanket pmap.h for archs which do not conform to the
kernel ABI (i.e. not i386 or amd64).  Due to the "half function,
half macro, all noodles" nature of pmap.h, it's too entangling and
too brittle to keep up with an ifdeffy MI implementation.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.5 src/sys/rump/include/machine/pmap.h
cvs rdiff -u -r1.90 -r1.91 src/sys/rump/librump/rumpkern/Makefile.rumpkern
cvs rdiff -u -r1.23 -r1.24 src/sys/rump/librump/rumpkern/pmap_stub.c
cvs rdiff -u -r1.5 -r1.6 src/sys/rump/librump/rumpkern/arch/i386/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/sys/rump/librump/rumpkern/arch/i386/pmap_x86.c
cvs rdiff -u -r1.6 -r1.7 \
    src/sys/rump/librump/rumpkern/arch/x86_64/Makefile.inc

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