-
David S. Miller authored
Defining disable_irq et al. as macros is asking for trouble especially since some parts of the kernel uses structures with members having these same names. So use inline functions instead.
5901d0db
Defining disable_irq et al. as macros is asking for trouble especially since some parts of the kernel uses structures with members having these same names. So use inline functions instead.