From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <49477854.3030302@domain.hid> Date: Tue, 16 Dec 2008 10:43:48 +0100 From: Jan Kiszka MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Adeos-main] [PATCH] x86-2.6.27: Cleanup redundant mtrr hunk List-Id: General discussion about Adeos List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: adeos-main Likely a merge artifact: IRQs are already reenabled a few lines above this hunk. Signed-off-by: Jan Kiszka --- 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,