* [PATCH] arch: remove CONFIG_GENERIC_FIND_NEXT_BIT again
@ 2013-03-21 13:34 Paul Bolle
2013-03-26 2:53 ` rkuo
0 siblings, 1 reply; 4+ messages in thread
From: Paul Bolle @ 2013-03-21 13:34 UTC (permalink / raw)
To: Richard Kuo, Jonas Bonn; +Cc: linux-hexagon, linux, linux-kernel
CONFIG_GENERIC_FIND_NEXT_BIT was removed in v3.0, but reappeared in two
architectures. Remove it again.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
0) Untested.
1) See commit 63e424c84429903c92a0f1e9654c31ccaf6694d0 ("arch: remove
CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}") for the removal of this
Kconfig symbol.
2) Sent as one patch. Feel free to tell me to split it up in two
patches.
arch/hexagon/Kconfig | 3 ---
arch/openrisc/Kconfig | 3 ---
2 files changed, 6 deletions(-)
diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig
index 48130eb..650ef81 100644
--- a/arch/hexagon/Kconfig
+++ b/arch/hexagon/Kconfig
@@ -81,9 +81,6 @@ config RWSEM_GENERIC_SPINLOCK
config RWSEM_XCHGADD_ALGORITHM
def_bool y
-config GENERIC_FIND_NEXT_BIT
- def_bool y
-
config GENERIC_HWEIGHT
def_bool y
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
index 9ab3bf2..81b9ddb 100644
--- a/arch/openrisc/Kconfig
+++ b/arch/openrisc/Kconfig
@@ -55,9 +55,6 @@ config TRACE_IRQFLAGS_SUPPORT
config GENERIC_CSUM
def_bool y
-config GENERIC_FIND_NEXT_BIT
- def_bool y
-
source "init/Kconfig"
--
1.7.11.7
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] arch: remove CONFIG_GENERIC_FIND_NEXT_BIT again
2013-03-21 13:34 [PATCH] arch: remove CONFIG_GENERIC_FIND_NEXT_BIT again Paul Bolle
@ 2013-03-26 2:53 ` rkuo
2013-03-28 15:04 ` Jonas Bonn
0 siblings, 1 reply; 4+ messages in thread
From: rkuo @ 2013-03-26 2:53 UTC (permalink / raw)
To: Paul Bolle; +Cc: Richard Kuo, Jonas Bonn, linux-hexagon, linux, linux-kernel
> CONFIG_GENERIC_FIND_NEXT_BIT was removed in v3.0, but reappeared in two
> architectures. Remove it again.
>
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> ---
> 0) Untested.
>
> 1) See commit 63e424c84429903c92a0f1e9654c31ccaf6694d0 ("arch: remove
> CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}") for the removal of this
> Kconfig symbol.
>
> 2) Sent as one patch. Feel free to tell me to split it up in two
> patches.
>
> arch/hexagon/Kconfig | 3 ---
> arch/openrisc/Kconfig | 3 ---
> 2 files changed, 6 deletions(-)
>
I'd be fine pulling these into my tree to go with my next batch of
changes, or the OpenRISC folks can if they want. Ack would be nice.
Just in case:
Acked-by: Richard Kuo <rkuo@codeaurora.org>
Thanks,
Richard Kuo
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arch: remove CONFIG_GENERIC_FIND_NEXT_BIT again
2013-03-26 2:53 ` rkuo
@ 2013-03-28 15:04 ` Jonas Bonn
2013-03-30 9:06 ` [PATCH] [RESEND] " Paul Bolle
0 siblings, 1 reply; 4+ messages in thread
From: Jonas Bonn @ 2013-03-28 15:04 UTC (permalink / raw)
To: rkuo; +Cc: Paul Bolle, linux-hexagon, linux, linux-kernel
Hi Richard,
On 03/26/2013 03:53 AM, rkuo@codeaurora.org wrote:
>> CONFIG_GENERIC_FIND_NEXT_BIT was removed in v3.0, but reappeared in two
>> architectures. Remove it again.
>>
>
> I'd be fine pulling these into my tree to go with my next batch of
> changes, or the OpenRISC folks can if they want. Ack would be nice.
Go ahead and take this patch via your tree.
>
> Just in case:
>
> Acked-by: Richard Kuo <rkuo@codeaurora.org>
Acked-by: Jonas Bonn <jonas@southpole.se>
Thanks,
Jonas
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] [RESEND] arch: remove CONFIG_GENERIC_FIND_NEXT_BIT again
2013-03-28 15:04 ` Jonas Bonn
@ 2013-03-30 9:06 ` Paul Bolle
0 siblings, 0 replies; 4+ messages in thread
From: Paul Bolle @ 2013-03-30 9:06 UTC (permalink / raw)
To: Richard Kuo, Jonas Bonn; +Cc: linux-hexagon, linux, linux-kernel
CONFIG_GENERIC_FIND_NEXT_BIT was removed in v3.0, but reappeared in two
architectures. Remove it again.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Jonas Bonn <jonas@southpole.se>
---
0) Richard asked (off list) to resend. There appear to be problems
locating the patch in the archives for LKML and/or linux-hexagon.
1) Added Jonas' ACK. Richard will pull the patch in a hexagon tree and
handle it from there.
arch/hexagon/Kconfig | 3 ---
arch/openrisc/Kconfig | 3 ---
2 files changed, 6 deletions(-)
diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig
index 48130eb..650ef81 100644
--- a/arch/hexagon/Kconfig
+++ b/arch/hexagon/Kconfig
@@ -81,9 +81,6 @@ config RWSEM_GENERIC_SPINLOCK
config RWSEM_XCHGADD_ALGORITHM
def_bool y
-config GENERIC_FIND_NEXT_BIT
- def_bool y
-
config GENERIC_HWEIGHT
def_bool y
diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig
index 9ab3bf2..81b9ddb 100644
--- a/arch/openrisc/Kconfig
+++ b/arch/openrisc/Kconfig
@@ -55,9 +55,6 @@ config TRACE_IRQFLAGS_SUPPORT
config GENERIC_CSUM
def_bool y
-config GENERIC_FIND_NEXT_BIT
- def_bool y
-
source "init/Kconfig"
--
1.7.11.7
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-03-30 9:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-21 13:34 [PATCH] arch: remove CONFIG_GENERIC_FIND_NEXT_BIT again Paul Bolle
2013-03-26 2:53 ` rkuo
2013-03-28 15:04 ` Jonas Bonn
2013-03-30 9:06 ` [PATCH] [RESEND] " Paul Bolle
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).