CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2018/03/30 13:30:57
Modified files: sys/arch/armv7/imx: imxgpio.c Log message: Replace MD disable/restore interrupt in the establish and disestablish code in imxgpio(4) with splhigh() and splx() which is MI and should be good enough for the job. Discussed with kettenis@