CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2010/07/06 14:40:01
Modified files: sys/arch/sparc/sparc: autoconf.c clock.c intr.c intreg.h locore.s Log message: Having common ienab_bic() and ienab_bis() entry points for sun4/4c and sun4m is stupid, since the bits in the interrupt enable register are completely different between 4/4c and 4m. Instead, provide distinct, explicit function names to handle the interrupt enable register.