Re: [patch 06/11] PAT x86: Refactoring i386 cpa

2008-01-14 Thread Ingo Molnar
* Andi Kleen <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] writes: > > > This makes 32 bit cpa similar to x86_64 and makes it easier for > > following PAT patches. > > Please don't do this -- that would be a nightmare merging with my CPA > series. > > This means adding the _addr() entry

Re: [patch 06/11] PAT x86: Refactoring i386 cpa

2008-01-14 Thread Ingo Molnar
* Andi Kleen [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] writes: This makes 32 bit cpa similar to x86_64 and makes it easier for following PAT patches. Please don't do this -- that would be a nightmare merging with my CPA series. This means adding the _addr() entry point is ok

Re: [patch 06/11] PAT x86: Refactoring i386 cpa

2008-01-10 Thread Andi Kleen
[EMAIL PROTECTED] writes: > This makes 32 bit cpa similar to x86_64 and makes it easier for following PAT > patches. Please don't do this -- that would be a nightmare merging with my CPA series. This means adding the _addr() entry point is ok (although it should not be needed on i386 because

[patch 06/11] PAT x86: Refactoring i386 cpa

2008-01-10 Thread venkatesh . pallipadi
This makes 32 bit cpa similar to x86_64 and makes it easier for following PAT patches. Signed-off-by: Venkatesh Pallipadi <[EMAIL PROTECTED]> Signed-off-by: Suresh Siddha <[EMAIL PROTECTED]> Index: linux-2.6.git/arch/x86/mm/pageattr_32.c

[patch 06/11] PAT x86: Refactoring i386 cpa

2008-01-10 Thread venkatesh . pallipadi
This makes 32 bit cpa similar to x86_64 and makes it easier for following PAT patches. Signed-off-by: Venkatesh Pallipadi [EMAIL PROTECTED] Signed-off-by: Suresh Siddha [EMAIL PROTECTED] Index: linux-2.6.git/arch/x86/mm/pageattr_32.c

Re: [patch 06/11] PAT x86: Refactoring i386 cpa

2008-01-10 Thread Andi Kleen
[EMAIL PROTECTED] writes: This makes 32 bit cpa similar to x86_64 and makes it easier for following PAT patches. Please don't do this -- that would be a nightmare merging with my CPA series. This means adding the _addr() entry point is ok (although it should not be needed on i386 because it