Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc

Pull PowerPC fix from Paul Mackerras:
"Just one commit, and a one-liner at that, but an important one;
without it hard_irq_disable() does nothing on powerpc."

* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc:
Make hard_irq_disable() actually hard-disable interrupts

+3
+3
arch/powerpc/include/asm/hw_irq.h
··· 100 100 get_paca()->irq_happened |= PACA_IRQ_HARD_DIS; 101 101 } 102 102 103 + /* include/linux/interrupt.h needs hard_irq_disable to be a macro */ 104 + #define hard_irq_disable hard_irq_disable 105 + 103 106 /* 104 107 * This is called by asynchronous interrupts to conditionally 105 108 * re-enable hard interrupts when soft-disabled after having