CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/05/18 23:43:48
Modified files:
sys/arch/macppc/macppc: machdep.c
sys/arch/powerpc/include: trap.h
sys/arch/powerpc64/include: trap.h
sys/arch/powerpc64/powerpc64: machdep.c
Log message:
Not so recent evolution of the PowerPC and POWER architectures have defined
exception addresses past EXC_LAST, making its definition wrong.
Replace it with EXC_END, which points to the end of hardware exception
addresses, and adjust logic accordingly.
ok kettenis@