* [PATCH] ARM64: Remove incorrect Kconfig symbol HAVE_SPARSE_IRQ
@ 2012-11-25 15:10 Alexander Shiyan
2012-11-29 16:56 ` Catalin Marinas
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2012-11-25 15:10 UTC (permalink / raw)
To: linux-arm-kernel
Kernel does not contain symbol HAVE_SPARSE_IRQ. Definition
in arch/arm64/Kconfig seems typo because valid symbol is
MAY_HAVE_SPARSE_IRQ.
In any case SPARSE_IRQ is selected by default and we just
remove selecting of this symbol.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
---
arch/arm64/Kconfig | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 20b688c..c0e93ac 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -23,7 +23,6 @@ config ARM64
select HAVE_IRQ_WORK
select HAVE_MEMBLOCK
select HAVE_PERF_EVENTS
- select HAVE_SPARSE_IRQ
select IRQ_DOMAIN
select MODULES_USE_ELF_RELA
select NO_BOOTMEM
--
1.7.8.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM64: Remove incorrect Kconfig symbol HAVE_SPARSE_IRQ
2012-11-25 15:10 [PATCH] ARM64: Remove incorrect Kconfig symbol HAVE_SPARSE_IRQ Alexander Shiyan
@ 2012-11-29 16:56 ` Catalin Marinas
0 siblings, 0 replies; 2+ messages in thread
From: Catalin Marinas @ 2012-11-29 16:56 UTC (permalink / raw)
To: linux-arm-kernel
On Sun, Nov 25, 2012 at 03:10:15PM +0000, Alexander Shiyan wrote:
> Kernel does not contain symbol HAVE_SPARSE_IRQ. Definition
> in arch/arm64/Kconfig seems typo because valid symbol is
> MAY_HAVE_SPARSE_IRQ.
> In any case SPARSE_IRQ is selected by default and we just
> remove selecting of this symbol.
>
> Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Thanks. Applied.
--
Catalin
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-29 16:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-25 15:10 [PATCH] ARM64: Remove incorrect Kconfig symbol HAVE_SPARSE_IRQ Alexander Shiyan
2012-11-29 16:56 ` Catalin Marinas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).