CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2020/08/14 10:51:09
Modified files: sys/arch/arm/include: softintr.h sys/arch/arm64/include: softintr.h sys/arch/powerpc64/include: softintr.h Log message: Remove "for all XXX platforms" from comment. Fixes the issue pointed out by miod@ where the powerpc64 claimed to be "for all AArch64 platforms". ok patrick@