- powerpc-powermac-local_irq_disable-is-redundant-after-local_irq_save.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     POWERPC-Powermac: local_irq_disable() is redundant after local_irq_save()
has been removed from the -mm tree.  Its filename was
     powerpc-powermac-local_irq_disable-is-redundant-after-local_irq_save.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: POWERPC-Powermac: local_irq_disable() is redundant after local_irq_save()
From: Jiri Kosina <jkosina@xxxxxxx>

arch/powerpc/platforms/powermac/smp.c::smp_core99_kick_cpu() contains
local_irq_disable() call after local_irq_save().  This looks redundant.

Signed-off-by: Jiri Kosina <jkosina@xxxxxxx>
Cc: Kumar Gala <galak@xxxxxxxxxxxxxxxxx>
Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>
Cc: Paul Mackerras <paulus@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 arch/powerpc/platforms/powermac/smp.c |    1 -
 1 file changed, 1 deletion(-)

diff -puN arch/powerpc/platforms/powermac/smp.c~powerpc-powermac-local_irq_disable-is-redundant-after-local_irq_save arch/powerpc/platforms/powermac/smp.c
--- a/arch/powerpc/platforms/powermac/smp.c~powerpc-powermac-local_irq_disable-is-redundant-after-local_irq_save
+++ a/arch/powerpc/platforms/powermac/smp.c
@@ -795,7 +795,6 @@ static void __devinit smp_core99_kick_cp
 		ppc_md.progress("smp_core99_kick_cpu", 0x346);
 
 	local_irq_save(flags);
-	local_irq_disable();
 
 	/* Save reset vector */
 	save_vector = *vector;
_

Patches currently in -mm which might be from jkosina@xxxxxxx are

origin.patch
git-powerpc.patch
git-netdev-all.patch
scsi-buslogic-local_irq_disable-is-redundant-after-local_irq_save.patch
git-ipwireless_cs.patch
cris-local_irq_disable-is-redundant-after-local_irq_save.patch
cris-turn-local_save_flags-local_irq_disable-into-local_irq_save-in-headers.patch
char-amiserial-turn-local_save_flags-local_irq_disable-into-local_irq_save.patch
tick-management-dyntick--highres-functionality-fix.patch
sysctl-mac_hid-remove-unnecessary-insert_at_head-flag.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux