Re: [PATCH 05/15] ia64: remove use of asm/segment.h

2005-08-25 Thread Ralf Baechle
On Wed, Aug 24, 2005 at 02:09:55PM -0600, Bjorn Helgaas wrote: > On Wednesday 24 August 2005 10:53 am, Kumar Gala wrote: > > Removed IA64 architecture specific users of asm/segment.h and > > asm-ia64/segment.h itself > > I posted a similar patch a month ago, but I only removed the > arch/ia64

Re: [PATCH 05/15] ia64: remove use of asm/segment.h

2005-08-25 Thread Ralf Baechle
On Wed, Aug 24, 2005 at 02:09:55PM -0600, Bjorn Helgaas wrote: On Wednesday 24 August 2005 10:53 am, Kumar Gala wrote: Removed IA64 architecture specific users of asm/segment.h and asm-ia64/segment.h itself I posted a similar patch a month ago, but I only removed the arch/ia64 includes

RE: [PATCH 05/15] ia64: remove use of asm/segment.h

2005-08-24 Thread Luck, Tony
>> I'll apply this for ia64 w/o the deletion. This is now in my test tree. I will send to Linus soon after 2.6.13 is released. >I've posted a patch before this to remove all non-architecture users >of asm/segment.h. > >http://www.ussg.iu.edu/hypermail/linux/kernel/0508.3/0099.html Good.

Re: [PATCH 05/15] ia64: remove use of asm/segment.h

2005-08-24 Thread Kumar Gala
On Aug 24, 2005, at 3:19 PM, Luck, Tony wrote: There are still a few drivers that include asm/segment.h, so I don't think we should remove asm/segment.h itself just yet. Agreed. The sequence should be to send patches to get rid of all "#include " references. Once they have all gone, then

RE: [PATCH 05/15] ia64: remove use of asm/segment.h

2005-08-24 Thread Luck, Tony
>There are still a few drivers that include asm/segment.h, so >I don't think we should remove asm/segment.h itself just yet. Agreed. The sequence should be to send patches to get rid of all "#include " references. Once they have all gone, then a patch can remove the files. If you are concerned

Re: [PATCH 05/15] ia64: remove use of asm/segment.h

2005-08-24 Thread Bjorn Helgaas
On Wednesday 24 August 2005 10:53 am, Kumar Gala wrote: > Removed IA64 architecture specific users of asm/segment.h and > asm-ia64/segment.h itself I posted a similar patch a month ago, but I only removed the arch/ia64 includes of asm/segment.h. There are still a few drivers that include

Re: [PATCH 05/15] ia64: remove use of asm/segment.h

2005-08-24 Thread Bjorn Helgaas
On Wednesday 24 August 2005 10:53 am, Kumar Gala wrote: Removed IA64 architecture specific users of asm/segment.h and asm-ia64/segment.h itself I posted a similar patch a month ago, but I only removed the arch/ia64 includes of asm/segment.h. There are still a few drivers that include

RE: [PATCH 05/15] ia64: remove use of asm/segment.h

2005-08-24 Thread Luck, Tony
There are still a few drivers that include asm/segment.h, so I don't think we should remove asm/segment.h itself just yet. Agreed. The sequence should be to send patches to get rid of all #include asm/segment.h references. Once they have all gone, then a patch can remove the files. If you are

Re: [PATCH 05/15] ia64: remove use of asm/segment.h

2005-08-24 Thread Kumar Gala
On Aug 24, 2005, at 3:19 PM, Luck, Tony wrote: There are still a few drivers that include asm/segment.h, so I don't think we should remove asm/segment.h itself just yet. Agreed. The sequence should be to send patches to get rid of all #include asm/segment.h references. Once they have all

RE: [PATCH 05/15] ia64: remove use of asm/segment.h

2005-08-24 Thread Luck, Tony
I'll apply this for ia64 w/o the deletion. This is now in my test tree. I will send to Linus soon after 2.6.13 is released. I've posted a patch before this to remove all non-architecture users of asm/segment.h. http://www.ussg.iu.edu/hypermail/linux/kernel/0508.3/0099.html Good. After