Source-Changes archive

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

CVS commit: src/sys/rump/librump/rumpkern/arch



Module Name:    src
Committed By:   pooka
Date:           Thu Jan  1 16:50:30 UTC 2009

Modified Files:
        src/sys/rump/librump/rumpkern/arch/i386: Makefile.inc
        src/sys/rump/librump/rumpkern/arch/x86_64: Makefile.inc
Added Files:
        src/sys/rump/librump/rumpkern/arch/i386: rumpcpu.c rumpspl.c
Removed Files:
        src/sys/rump/librump/rumpkern/arch/i386: cpu.c spl.c

Log Message:
Rename i386 and amd64 {cpu,spl}.c to rump{cpu,spl}.c to avoid
name collisions with other source files in the kernel tree.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/rump/librump/rumpkern/arch/i386/Makefile.inc
cvs rdiff -r1.1 -r0 src/sys/rump/librump/rumpkern/arch/i386/cpu.c \
    src/sys/rump/librump/rumpkern/arch/i386/spl.c
cvs rdiff -r0 -r1.1 src/sys/rump/librump/rumpkern/arch/i386/rumpcpu.c \
    src/sys/rump/librump/rumpkern/arch/i386/rumpspl.c
cvs rdiff -r1.1 -r1.2 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