On Fri, 26 May 2017 15:50:38 +0200 (CEST) Thomas Gleixner <[email protected]> wrote:
> That's very early boot, right? So interrupts have to be disabled. > > So this wants to be: > > BUG_ON(irqs_disabled() && !early_boot_irqs_disabled); > I was thinking the same thing. I'll add a patch and retest. Thanks! -- Steve

