* [PATCH] Move reg_booke.h to include/asm-powerpc
@ 2007-05-09 19:31 Becky Bruce
2007-05-09 23:11 ` Stephen Rothwell
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Becky Bruce @ 2007-05-09 19:31 UTC (permalink / raw)
To: linuxppc-dev
This patch moves reg_booke.h from include/asm-ppc to include/asm-powerpc. This is
just a git-mv of the file; no changes were made. Tested builds of 8540 ADS and
Ebony platforms with ARCH=ppc and ARCH=powerpc.
Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
---
include/{asm-ppc => asm-powerpc}/reg_booke.h | 0
1 files changed, 0 insertions(+), 0 deletions(-)
rename include/{asm-ppc => asm-powerpc}/reg_booke.h (100%)
diff --git a/include/asm-ppc/reg_booke.h b/include/asm-powerpc/reg_booke.h
similarity index 100%
rename from include/asm-ppc/reg_booke.h
rename to include/asm-powerpc/reg_booke.h
--
1.5.0.3
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] Move reg_booke.h to include/asm-powerpc
2007-05-09 19:31 [PATCH] Move reg_booke.h to include/asm-powerpc Becky Bruce
@ 2007-05-09 23:11 ` Stephen Rothwell
2007-05-10 13:44 ` Becky Bruce
2007-05-10 0:34 ` David Gibson
2007-05-10 5:16 ` Kumar Gala
2 siblings, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2007-05-09 23:11 UTC (permalink / raw)
To: Becky Bruce; +Cc: linuxppc-dev
[-- Attachment #1: Type: text/plain, Size: 899 bytes --]
On Wed, 9 May 2007 14:31:19 -0500 Becky Bruce <becky.bruce@freescale.com> wrote:
>
> This patch moves reg_booke.h from include/asm-ppc to include/asm-powerpc. This is
> just a git-mv of the file; no changes were made. Tested builds of 8540 ADS and
> Ebony platforms with ARCH=ppc and ARCH=powerpc.
>
> Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
> ---
> include/{asm-ppc => asm-powerpc}/reg_booke.h | 0
> 1 files changed, 0 insertions(+), 0 deletions(-)
> rename include/{asm-ppc => asm-powerpc}/reg_booke.h (100%)
>
> diff --git a/include/asm-ppc/reg_booke.h b/include/asm-powerpc/reg_booke.h
> similarity index 100%
> rename from include/asm-ppc/reg_booke.h
> rename to include/asm-powerpc/reg_booke.h
Could you please change the self inclusion protection defines?
Thanks.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] Move reg_booke.h to include/asm-powerpc
2007-05-09 19:31 [PATCH] Move reg_booke.h to include/asm-powerpc Becky Bruce
2007-05-09 23:11 ` Stephen Rothwell
@ 2007-05-10 0:34 ` David Gibson
2007-05-10 2:11 ` Kumar Gala
2007-05-10 5:16 ` Kumar Gala
2 siblings, 1 reply; 9+ messages in thread
From: David Gibson @ 2007-05-10 0:34 UTC (permalink / raw)
To: Becky Bruce; +Cc: linuxppc-dev
On Wed, May 09, 2007 at 02:31:19PM -0500, Becky Bruce wrote:
> This patch moves reg_booke.h from include/asm-ppc to
> include/asm-powerpc. This is just a git-mv of the file; no changes
> were made. Tested builds of 8540 ADS and Ebony platforms with
> ARCH=ppc and ARCH=powerpc.
I'd much prefer if we copied rather than moved it to asm-powerpc. I'm
hoping we can get rid of the remaining sharing of include files shared
between ppc and powerpc. That way we can do cleanups in powerpc
without worrying about breaking ppc. In turn that should expedite
progress towards ditching arch/ppc entirely.
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] Move reg_booke.h to include/asm-powerpc
2007-05-10 0:34 ` David Gibson
@ 2007-05-10 2:11 ` Kumar Gala
0 siblings, 0 replies; 9+ messages in thread
From: Kumar Gala @ 2007-05-10 2:11 UTC (permalink / raw)
To: David Gibson; +Cc: linuxppc-dev
On May 9, 2007, at 7:34 PM, David Gibson wrote:
> On Wed, May 09, 2007 at 02:31:19PM -0500, Becky Bruce wrote:
>> This patch moves reg_booke.h from include/asm-ppc to
>> include/asm-powerpc. This is just a git-mv of the file; no changes
>> were made. Tested builds of 8540 ADS and Ebony platforms with
>> ARCH=ppc and ARCH=powerpc.
>
> I'd much prefer if we copied rather than moved it to asm-powerpc. I'm
> hoping we can get rid of the remaining sharing of include files shared
> between ppc and powerpc. That way we can do cleanups in powerpc
> without worrying about breaking ppc. In turn that should expedite
> progress towards ditching arch/ppc entirely.
Is there really a concern about this file only existing in arch/powerpc.
- k
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] Move reg_booke.h to include/asm-powerpc
2007-05-09 19:31 [PATCH] Move reg_booke.h to include/asm-powerpc Becky Bruce
2007-05-09 23:11 ` Stephen Rothwell
2007-05-10 0:34 ` David Gibson
@ 2007-05-10 5:16 ` Kumar Gala
2 siblings, 0 replies; 9+ messages in thread
From: Kumar Gala @ 2007-05-10 5:16 UTC (permalink / raw)
To: Becky Bruce; +Cc: linuxppc-dev
On Wed, 9 May 2007, Becky Bruce wrote:
> This patch moves reg_booke.h from include/asm-ppc to include/asm-powerpc. This is
> just a git-mv of the file; no changes were made. Tested builds of 8540 ADS and
> Ebony platforms with ARCH=ppc and ARCH=powerpc.
>
> Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
> ---
> include/{asm-ppc => asm-powerpc}/reg_booke.h | 0
> 1 files changed, 0 insertions(+), 0 deletions(-)
> rename include/{asm-ppc => asm-powerpc}/reg_booke.h (100%)
>
> diff --git a/include/asm-ppc/reg_booke.h b/include/asm-powerpc/reg_booke.h
> similarity index 100%
> rename from include/asm-ppc/reg_booke.h
> rename to include/asm-powerpc/reg_booke.h
>
applied.
- k
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] Move reg_booke.h to include/asm-powerpc
2007-05-09 23:11 ` Stephen Rothwell
@ 2007-05-10 13:44 ` Becky Bruce
2007-05-10 14:20 ` Kumar Gala
0 siblings, 1 reply; 9+ messages in thread
From: Becky Bruce @ 2007-05-10 13:44 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linuxppc-dev
On May 9, 2007, at 6:11 PM, Stephen Rothwell wrote:
> On Wed, 9 May 2007 14:31:19 -0500 Becky Bruce
> <becky.bruce@freescale.com> wrote:
>>
>> This patch moves reg_booke.h from include/asm-ppc to include/asm-
>> powerpc. This is
>> just a git-mv of the file; no changes were made. Tested builds of
>> 8540 ADS and
>> Ebony platforms with ARCH=ppc and ARCH=powerpc.
>>
>> Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
>> ---
>> include/{asm-ppc => asm-powerpc}/reg_booke.h | 0
>> 1 files changed, 0 insertions(+), 0 deletions(-)
>> rename include/{asm-ppc => asm-powerpc}/reg_booke.h (100%)
>>
>> diff --git a/include/asm-ppc/reg_booke.h b/include/asm-powerpc/
>> reg_booke.h
>> similarity index 100%
>> rename from include/asm-ppc/reg_booke.h
>> rename to include/asm-powerpc/reg_booke.h
>
> Could you please change the self inclusion protection defines?
Certainement. I meant to send a second patch to do that, so the
first one was *just* a move (who can resist the urge to put out a 0-
line patch :). Will follow up.
Thanks!
-B
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] Move reg_booke.h to include/asm-powerpc
2007-05-10 13:44 ` Becky Bruce
@ 2007-05-10 14:20 ` Kumar Gala
2007-05-10 14:31 ` Becky Bruce
0 siblings, 1 reply; 9+ messages in thread
From: Kumar Gala @ 2007-05-10 14:20 UTC (permalink / raw)
To: Becky Bruce; +Cc: Stephen Rothwell, linuxppc-dev
On May 10, 2007, at 8:44 AM, Becky Bruce wrote:
>
> On May 9, 2007, at 6:11 PM, Stephen Rothwell wrote:
>
>> On Wed, 9 May 2007 14:31:19 -0500 Becky Bruce
>> <becky.bruce@freescale.com> wrote:
>>>
>>> This patch moves reg_booke.h from include/asm-ppc to include/asm-
>>> powerpc. This is
>>> just a git-mv of the file; no changes were made. Tested builds of
>>> 8540 ADS and
>>> Ebony platforms with ARCH=ppc and ARCH=powerpc.
>>>
>>> Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
>>> ---
>>> include/{asm-ppc => asm-powerpc}/reg_booke.h | 0
>>> 1 files changed, 0 insertions(+), 0 deletions(-)
>>> rename include/{asm-ppc => asm-powerpc}/reg_booke.h (100%)
>>>
>>> diff --git a/include/asm-ppc/reg_booke.h b/include/asm-powerpc/
>>> reg_booke.h
>>> similarity index 100%
>>> rename from include/asm-ppc/reg_booke.h
>>> rename to include/asm-powerpc/reg_booke.h
>>
>> Could you please change the self inclusion protection defines?
>
> Certainement. I meant to send a second patch to do that, so the
> first one was *just* a move (who can resist the urge to put out a 0-
> line patch :). Will follow up.
I already handled this and duplicated the file in my tree.
- k
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] Move reg_booke.h to include/asm-powerpc
2007-05-10 14:31 ` Becky Bruce
@ 2007-05-10 14:28 ` Kumar Gala
0 siblings, 0 replies; 9+ messages in thread
From: Kumar Gala @ 2007-05-10 14:28 UTC (permalink / raw)
To: Becky Bruce; +Cc: Stephen Rothwell, linuxppc-dev
On May 10, 2007, at 9:31 AM, Becky Bruce wrote:
>
> On May 10, 2007, at 9:20 AM, Kumar Gala wrote:
>
>>
>> On May 10, 2007, at 8:44 AM, Becky Bruce wrote:
>>
>>>
>>> On May 9, 2007, at 6:11 PM, Stephen Rothwell wrote:
>>>
>>>> On Wed, 9 May 2007 14:31:19 -0500 Becky Bruce
>>>> <becky.bruce@freescale.com> wrote:
>>>>>
>>>>> This patch moves reg_booke.h from include/asm-ppc to include/asm-
>>>>> powerpc. This is
>>>>> just a git-mv of the file; no changes were made. Tested builds of
>>>>> 8540 ADS and
>>>>> Ebony platforms with ARCH=ppc and ARCH=powerpc.
>>>>>
>>>>> Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
>>>>> ---
>>>>> include/{asm-ppc => asm-powerpc}/reg_booke.h | 0
>>>>> 1 files changed, 0 insertions(+), 0 deletions(-)
>>>>> rename include/{asm-ppc => asm-powerpc}/reg_booke.h (100%)
>>>>>
>>>>> diff --git a/include/asm-ppc/reg_booke.h b/include/asm-powerpc/
>>>>> reg_booke.h
>>>>> similarity index 100%
>>>>> rename from include/asm-ppc/reg_booke.h
>>>>> rename to include/asm-powerpc/reg_booke.h
>>>>
>>>> Could you please change the self inclusion protection defines?
>>>
>>> Certainement. I meant to send a second patch to do that, so the
>>> first one was *just* a move (who can resist the urge to put out a 0-
>>> line patch :). Will follow up.
>>
>> I already handled this and duplicated the file in my tree.
>
> Have you cleaned up any of the others? That was the other reason I
> was going to send a second patch - there are some tsi files, the
> unistd.h file, and a mpc82-something header that also use ASM_PPC -
> we might as well fix that, too.
that I did not do.
- k
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] Move reg_booke.h to include/asm-powerpc
2007-05-10 14:20 ` Kumar Gala
@ 2007-05-10 14:31 ` Becky Bruce
2007-05-10 14:28 ` Kumar Gala
0 siblings, 1 reply; 9+ messages in thread
From: Becky Bruce @ 2007-05-10 14:31 UTC (permalink / raw)
To: Kumar Gala; +Cc: Stephen Rothwell, linuxppc-dev
On May 10, 2007, at 9:20 AM, Kumar Gala wrote:
>
> On May 10, 2007, at 8:44 AM, Becky Bruce wrote:
>
>>
>> On May 9, 2007, at 6:11 PM, Stephen Rothwell wrote:
>>
>>> On Wed, 9 May 2007 14:31:19 -0500 Becky Bruce
>>> <becky.bruce@freescale.com> wrote:
>>>>
>>>> This patch moves reg_booke.h from include/asm-ppc to include/asm-
>>>> powerpc. This is
>>>> just a git-mv of the file; no changes were made. Tested builds of
>>>> 8540 ADS and
>>>> Ebony platforms with ARCH=ppc and ARCH=powerpc.
>>>>
>>>> Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
>>>> ---
>>>> include/{asm-ppc => asm-powerpc}/reg_booke.h | 0
>>>> 1 files changed, 0 insertions(+), 0 deletions(-)
>>>> rename include/{asm-ppc => asm-powerpc}/reg_booke.h (100%)
>>>>
>>>> diff --git a/include/asm-ppc/reg_booke.h b/include/asm-powerpc/
>>>> reg_booke.h
>>>> similarity index 100%
>>>> rename from include/asm-ppc/reg_booke.h
>>>> rename to include/asm-powerpc/reg_booke.h
>>>
>>> Could you please change the self inclusion protection defines?
>>
>> Certainement. I meant to send a second patch to do that, so the
>> first one was *just* a move (who can resist the urge to put out a 0-
>> line patch :). Will follow up.
>
> I already handled this and duplicated the file in my tree.
Have you cleaned up any of the others? That was the other reason I
was going to send a second patch - there are some tsi files, the
unistd.h file, and a mpc82-something header that also use ASM_PPC -
we might as well fix that, too.
Cheers,
B
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2007-05-10 14:29 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-09 19:31 [PATCH] Move reg_booke.h to include/asm-powerpc Becky Bruce
2007-05-09 23:11 ` Stephen Rothwell
2007-05-10 13:44 ` Becky Bruce
2007-05-10 14:20 ` Kumar Gala
2007-05-10 14:31 ` Becky Bruce
2007-05-10 14:28 ` Kumar Gala
2007-05-10 0:34 ` David Gibson
2007-05-10 2:11 ` Kumar Gala
2007-05-10 5:16 ` Kumar Gala
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).