public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: Do not select GENERIC_HARDIRQS_NO_DEPRECATED
@ 2013-03-05 20:43 Paul Bolle
  2013-03-19 15:45 ` Catalin Marinas
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Bolle @ 2013-03-05 20:43 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon; +Cc: linux-arm-kernel, linux-kernel

Config option GENERIC_HARDIRQS_NO_DEPRECATED was removed in commit
78c89825649a9a5ed526c507603196f467d781a5 ("genirq: Remove the now obsolete
config options and select statements"), but the select was accidentally
reintroduced in commit 8c2c3df31e3b87cb5348e48776c366ebd1dc5a7a ("arm64:
Build infrastructure").

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
0) Untested.

1) Commit explanation inspired by commit
2c7d1644406748d7c5da7b9db3c5080296af55bf ("sparc: Do not select
GENERIC_HARDIRQS_NO_DEPRECATED").

 arch/arm64/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index fd70a68..9b6d19f 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -9,7 +9,6 @@ config ARM64
 	select CLONE_BACKWARDS
 	select COMMON_CLK
 	select GENERIC_CLOCKEVENTS
-	select GENERIC_HARDIRQS_NO_DEPRECATED
 	select GENERIC_IOMAP
 	select GENERIC_IRQ_PROBE
 	select GENERIC_IRQ_SHOW
-- 
1.7.11.7


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

* Re: [PATCH] arm64: Do not select GENERIC_HARDIRQS_NO_DEPRECATED
  2013-03-05 20:43 [PATCH] arm64: Do not select GENERIC_HARDIRQS_NO_DEPRECATED Paul Bolle
@ 2013-03-19 15:45 ` Catalin Marinas
  0 siblings, 0 replies; 2+ messages in thread
From: Catalin Marinas @ 2013-03-19 15:45 UTC (permalink / raw)
  To: Paul Bolle
  Cc: Will Deacon, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org

On Tue, Mar 05, 2013 at 08:43:42PM +0000, Paul Bolle wrote:
> Config option GENERIC_HARDIRQS_NO_DEPRECATED was removed in commit
> 78c89825649a9a5ed526c507603196f467d781a5 ("genirq: Remove the now obsolete
> config options and select statements"), but the select was accidentally
> reintroduced in commit 8c2c3df31e3b87cb5348e48776c366ebd1dc5a7a ("arm64:
> Build infrastructure").
> 
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>

Applied, thanks (it will appear in mainline at some point).

-- 
Catalin

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

end of thread, other threads:[~2013-03-19 15:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05 20:43 [PATCH] arm64: Do not select GENERIC_HARDIRQS_NO_DEPRECATED Paul Bolle
2013-03-19 15:45 ` Catalin Marinas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox