Module Name: src Committed By: skrll Date: Sun Mar 21 09:00:55 UTC 2021
Modified Files: src/sys/arch/arm/arm32: arm32_kvminit.c src/sys/arch/evbarm/conf: Makefile.evbarm.inc std.generic std.rpi Log Message: -DKERNEL_BASE_VOFFSET= has annoyed me for the last time... Introduce KERNEL_VOFFSET_RUNTIME which prevents the addition of -DKERNEL_BASE_VOFFSET= to the command line and use it on the __HAVE_GENERIC_START kernels which do runtime calculation of the offset. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/arch/arm/arm32/arm32_kvminit.c cvs rdiff -u -r1.34 -r1.35 src/sys/arch/evbarm/conf/Makefile.evbarm.inc cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/conf/std.generic cvs rdiff -u -r1.24 -r1.25 src/sys/arch/evbarm/conf/std.rpi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.