[merged] h8300-remove-deprecated-irqf_disabled.patch removed from -mm tree

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

 



Subject: [merged] h8300-remove-deprecated-irqf_disabled.patch removed from -mm tree
To: michael.opdenacker@xxxxxxxxxxxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx
From: akpm@xxxxxxxxxxxxxxxxxxxx
Date: Mon, 23 Sep 2013 11:25:13 -0700


The patch titled
     Subject: arch/h8300: remove deprecated IRQF_DISABLED
has been removed from the -mm tree.  Its filename was
     h8300-remove-deprecated-irqf_disabled.patch

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

------------------------------------------------------
From: Michael Opdenacker <michael.opdenacker@xxxxxxxxxxxxxxxxxx>
Subject: arch/h8300: remove deprecated IRQF_DISABLED

Remove the IRQF_DISABLED flag from h8300 architecture code.  It's a NOOP
since 2.6.35 and it will be removed one day.

Signed-off-by: Michael Opdenacker <michael.opdenacker@xxxxxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 arch/h8300/kernel/timer/itu.c     |    2 +-
 arch/h8300/kernel/timer/timer16.c |    2 +-
 arch/h8300/kernel/timer/timer8.c  |    2 +-
 arch/h8300/kernel/timer/tpu.c     |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff -puN arch/h8300/kernel/timer/itu.c~h8300-remove-deprecated-irqf_disabled arch/h8300/kernel/timer/itu.c
--- a/arch/h8300/kernel/timer/itu.c~h8300-remove-deprecated-irqf_disabled
+++ a/arch/h8300/kernel/timer/itu.c
@@ -59,7 +59,7 @@ static irqreturn_t timer_interrupt(int i
 static struct irqaction itu_irq = {
 	.name		= "itu",
 	.handler	= timer_interrupt,
-	.flags		= IRQF_DISABLED | IRQF_TIMER,
+	.flags		= IRQF_TIMER,
 };
 
 static const int __initconst divide_rate[] = {1, 2, 4, 8};
diff -puN arch/h8300/kernel/timer/timer16.c~h8300-remove-deprecated-irqf_disabled arch/h8300/kernel/timer/timer16.c
--- a/arch/h8300/kernel/timer/timer16.c~h8300-remove-deprecated-irqf_disabled
+++ a/arch/h8300/kernel/timer/timer16.c
@@ -54,7 +54,7 @@ static irqreturn_t timer_interrupt(int i
 static struct irqaction timer16_irq = {
 	.name		= "timer-16",
 	.handler	= timer_interrupt,
-	.flags		= IRQF_DISABLED | IRQF_TIMER,
+	.flags		= IRQF_TIMER,
 };
 
 static const int __initconst divide_rate[] = {1, 2, 4, 8};
diff -puN arch/h8300/kernel/timer/timer8.c~h8300-remove-deprecated-irqf_disabled arch/h8300/kernel/timer/timer8.c
--- a/arch/h8300/kernel/timer/timer8.c~h8300-remove-deprecated-irqf_disabled
+++ a/arch/h8300/kernel/timer/timer8.c
@@ -74,7 +74,7 @@ static irqreturn_t timer_interrupt(int i
 static struct irqaction timer8_irq = {
 	.name		= "timer-8",
 	.handler	= timer_interrupt,
-	.flags		= IRQF_DISABLED | IRQF_TIMER,
+	.flags		= IRQF_TIMER,
 };
 
 static const int __initconst divide_rate[] = {8, 64, 8192};
diff -puN arch/h8300/kernel/timer/tpu.c~h8300-remove-deprecated-irqf_disabled arch/h8300/kernel/timer/tpu.c
--- a/arch/h8300/kernel/timer/tpu.c~h8300-remove-deprecated-irqf_disabled
+++ a/arch/h8300/kernel/timer/tpu.c
@@ -63,7 +63,7 @@ static irqreturn_t timer_interrupt(int i
 static struct irqaction tpu_irq = {
 	.name		= "tpu",
 	.handler	= timer_interrupt,
-	.flags		= IRQF_DISABLED | IRQF_TIMER,
+	.flags		= IRQF_TIMER,
 };
 
 static const int __initconst divide_rate[] = {
_

Patches currently in -mm which might be from michael.opdenacker@xxxxxxxxxxxxxxxxxx are

origin.patch
linux-next.patch
drivers-cdrom-gdromc-remove-deprecated-irqf_disabled.patch
cramfs-mark-as-obsolete.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