Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: thorpej
Date: Wed Dec 3 02:15:08 UTC 2025
Modified Files:
src/common/lib/libc/arch/m68k/atomic: atomic_op_asm.h
src/sys/arch/hp300/conf: std.hp300
src/sys/arch/hp300/hp300: genassym.cf
src/sys/arch/hp300/include: types.h
Log Message:
I am giving up attempting to bend the kernel build machinery to my will
so that assym.h can be safely included by libkern assembly sources. So,
instead, redundantly define __HAVE_M68K_BROKEN_RMC in multiple places so
that all the things that need to key off of it can.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/common/lib/libc/arch/m68k/atomic/atomic_op_asm.h
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/hp300/conf/std.hp300
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/hp300/hp300/genassym.cf
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/hp300/include/types.h
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