Re: [PATCH take3 00/20] Make common x86 arch area for i386 and x86_64 - Take 3

2007-03-19 Thread Andi Kleen
> and gain nothing anyway. That's my gripe about the common files directory too. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

Re: [PATCH take3 00/20] Make common x86 arch area for i386 and x86_64 - Take 3

2007-03-19 Thread Chuck Ebbert
William Lee Irwin III wrote: > Ingo Molnar wrote: >>> what do you think about the idea i suggested: to do an x32_/x64_ prefix >>> (or _32/_64 postfix), in a brute-force way, _right away_. I.e. do not >>> have any overlap of having both arch/i386/ and arch/x86_64/ and >>> arch/x86/ - move

Re: [PATCH take3 00/20] Make common x86 arch area for i386 and x86_64 - Take 3

2007-03-19 Thread William Lee Irwin III
Ingo Molnar wrote: >> what do you think about the idea i suggested: to do an x32_/x64_ prefix >> (or _32/_64 postfix), in a brute-force way, _right away_. I.e. do not >> have any overlap of having both arch/i386/ and arch/x86_64/ and >> arch/x86/ - move everything to arch/x86/ right now. On

Re: [PATCH take3 00/20] Make common x86 arch area for i386 and x86_64 - Take 3

2007-03-19 Thread William Lee Irwin III
Ingo Molnar wrote: what do you think about the idea i suggested: to do an x32_/x64_ prefix (or _32/_64 postfix), in a brute-force way, _right away_. I.e. do not have any overlap of having both arch/i386/ and arch/x86_64/ and arch/x86/ - move everything to arch/x86/ right now. On Sun, Mar

Re: [PATCH take3 00/20] Make common x86 arch area for i386 and x86_64 - Take 3

2007-03-19 Thread Chuck Ebbert
William Lee Irwin III wrote: Ingo Molnar wrote: what do you think about the idea i suggested: to do an x32_/x64_ prefix (or _32/_64 postfix), in a brute-force way, _right away_. I.e. do not have any overlap of having both arch/i386/ and arch/x86_64/ and arch/x86/ - move everything to

Re: [PATCH take3 00/20] Make common x86 arch area for i386 and x86_64 - Take 3

2007-03-19 Thread Andi Kleen
and gain nothing anyway. That's my gripe about the common files directory too. -Andi - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

Re: [PATCH take3 00/20] Make common x86 arch area for i386 and x86_64 - Take 3

2007-03-18 Thread Chuck Ebbert
Ingo Molnar wrote: > * Steven Rostedt <[EMAIL PROTECTED]> wrote: > >> Once again here's an attempt to put the shared files of x86_64 and >> i386 into a separate directory. > > what do you think about the idea i suggested: to do an x32_/x64_ prefix > (or _32/_64 postfix), in a brute-force way,

Re: [PATCH take3 00/20] Make common x86 arch area for i386 and x86_64 - Take 3

2007-03-18 Thread Chuck Ebbert
Ingo Molnar wrote: * Steven Rostedt [EMAIL PROTECTED] wrote: Once again here's an attempt to put the shared files of x86_64 and i386 into a separate directory. what do you think about the idea i suggested: to do an x32_/x64_ prefix (or _32/_64 postfix), in a brute-force way, _right

Re: [PATCH take3 00/20] Make common x86 arch area for i386 and x86_64 - Take 3

2007-03-16 Thread Ingo Molnar
* Steven Rostedt <[EMAIL PROTECTED]> wrote: > Once again here's an attempt to put the shared files of x86_64 and > i386 into a separate directory. what do you think about the idea i suggested: to do an x32_/x64_ prefix (or _32/_64 postfix), in a brute-force way, _right away_. I.e. do not

Re: [PATCH take3 00/20] Make common x86 arch area for i386 and x86_64 - Take 3

2007-03-16 Thread Ingo Molnar
* Rusty Russell <[EMAIL PROTECTED]> wrote: > Moving the rest of the files across to xxx_32.c, xxx_64.h etc is going > to involve a great deal of untangling and code cleanup. It's also > going to completely screw a whole heap of my cleanup patches. Oh > well. most of your cleanups ought to

Re: [PATCH take3 00/20] Make common x86 arch area for i386 and x86_64 - Take 3

2007-03-16 Thread Ingo Molnar
* Rusty Russell [EMAIL PROTECTED] wrote: Moving the rest of the files across to xxx_32.c, xxx_64.h etc is going to involve a great deal of untangling and code cleanup. It's also going to completely screw a whole heap of my cleanup patches. Oh well. most of your cleanups ought to be

Re: [PATCH take3 00/20] Make common x86 arch area for i386 and x86_64 - Take 3

2007-03-16 Thread Ingo Molnar
* Steven Rostedt [EMAIL PROTECTED] wrote: Once again here's an attempt to put the shared files of x86_64 and i386 into a separate directory. what do you think about the idea i suggested: to do an x32_/x64_ prefix (or _32/_64 postfix), in a brute-force way, _right away_. I.e. do not have

Re: [PATCH take3 00/20] Make common x86 arch area for i386 and x86_64 - Take 3

2007-03-15 Thread Rusty Russell
On Thu, 2007-03-15 at 01:13 -0400, Steven Rostedt wrote: > Once again here's an attempt to put the shared files of x86_64 and i386 > into a separate directory. OK, that's fine, but the next step is to have "make ARCH=x86" compile, with a config option as to whether to build 32 or 64 bit. This

Re: [PATCH take3 00/20] Make common x86 arch area for i386 and x86_64 - Take 3

2007-03-15 Thread Rusty Russell
On Thu, 2007-03-15 at 01:13 -0400, Steven Rostedt wrote: Once again here's an attempt to put the shared files of x86_64 and i386 into a separate directory. OK, that's fine, but the next step is to have make ARCH=x86 compile, with a config option as to whether to build 32 or 64 bit. This will

[PATCH take3 00/20] Make common x86 arch area for i386 and x86_64 - Take 3

2007-03-14 Thread Steven Rostedt
Once again here's an attempt to put the shared files of x86_64 and i386 into a separate directory. This time, I took the pains to make sure that each patch in this series compiles after it is applied. I did this on both x86_64 as well as i386, with the affected files config options turned on. I

[PATCH take3 00/20] Make common x86 arch area for i386 and x86_64 - Take 3

2007-03-14 Thread Steven Rostedt
Once again here's an attempt to put the shared files of x86_64 and i386 into a separate directory. This time, I took the pains to make sure that each patch in this series compiles after it is applied. I did this on both x86_64 as well as i386, with the affected files config options turned on. I