Likely a merge artifact: IRQs are already reenabled a few lines above this hunk.
Signed-off-by: Jan Kiszka <[email protected]> --- arch/x86/kernel/cpu/mtrr/generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: b/arch/x86/kernel/cpu/mtrr/generic.c =================================================================== --- a/arch/x86/kernel/cpu/mtrr/generic.c +++ b/arch/x86/kernel/cpu/mtrr/generic.c @@ -575,7 +575,7 @@ static void generic_set_all(void) set_bit(count, &smp_changes_mask); mask >>= 1; } - local_irq_restore_hw(flags); + } static void generic_set_mtrr(unsigned int reg, unsigned long base, _______________________________________________ Adeos-main mailing list [email protected] https://mail.gna.org/listinfo/adeos-main
