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 Apr 22 17:38:33 UTC 2015
Modified Files:
src/sys/rump/include/machine: cpu.h
src/sys/rump/librump/rumpkern: intr.c rump_private.h
src/sys/rump/librump/rumpkern/arch/generic: rump_generic_cpu.c
src/sys/rump/librump/rumpkern/arch/x86: rump_x86_cpu.c
Log Message:
Apparently not all ports define struct clockframe in cpu.h, so we cannot
provide our definition that way. Instead, generate the struct clockframe
passed to hardclock() in MD code.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/rump/include/machine/cpu.h
cvs rdiff -u -r1.51 -r1.52 src/sys/rump/librump/rumpkern/intr.c
cvs rdiff -u -r1.91 -r1.92 src/sys/rump/librump/rumpkern/rump_private.h
cvs rdiff -u -r1.1 -r1.2 \
src/sys/rump/librump/rumpkern/arch/generic/rump_generic_cpu.c
cvs rdiff -u -r1.2 -r1.3 \
src/sys/rump/librump/rumpkern/arch/x86/rump_x86_cpu.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