git: kernel/isa: Bury the intrmask_t type.
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Sun Oct 6 03:42:36 PDT 2019
commit f1c74e6b6661ec6f167dcce3e238e6ac3df6d28e
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Sun Oct 6 10:30:47 2019 +0300
kernel/isa: Bury the intrmask_t type.
It is neither MI nor MD nor pure PD type, it is ISA placeholder type.
Also it is unfortunately named and implies bad things. The only way to
make it consistent is to split it, since this type usage falls under
standard/isa options. The vkernel64 was already wrongly declaring it.
No differences in generated binary outputs.
Summary of changes:
sys/bus/isa/isavar.h | 9 +++++++++
sys/platform/pc64/icu/icu_var.h | 8 ++++++--
sys/platform/pc64/include/types.h | 8 --------
sys/platform/vkernel64/include/types.h | 4 ----
4 files changed, 15 insertions(+), 14 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f1c74e6b6661ec6f167dcce3e238e6ac3df6d28e
--
DragonFly BSD source repository
More information about the Commits
mailing list