All of lore.kernel.org
 help / color / mirror / Atom feed
* [Adeos-main] [PATCH] x86-2.6.27: Cleanup redundant mtrr hunk
@ 2008-12-16  9:43 Jan Kiszka
  2008-12-16 12:42 ` Roberto Bucher
  0 siblings, 1 reply; 5+ messages in thread
From: Jan Kiszka @ 2008-12-16  9:43 UTC (permalink / raw)
  To: adeos-main

Likely a merge artifact: IRQs are already reenabled a few lines above
this hunk.

Signed-off-by: Jan Kiszka <jan.kiszka@domain.hid>

---
 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,


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-12-16 14:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-16  9:43 [Adeos-main] [PATCH] x86-2.6.27: Cleanup redundant mtrr hunk Jan Kiszka
2008-12-16 12:42 ` Roberto Bucher
2008-12-16 12:49   ` Jan Kiszka
2008-12-16 14:34     ` Roberto Bucher
2008-12-16 14:58       ` Jan Kiszka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.