Messages in this thread |  | | | Date | Sat, 19 Jan 2008 19:53:14 +0100 | | From | Ingo Molnar <> | | Subject | Re: [PATCH] [7/8] CPA: Implement GBpages support in change_page_attr() |
| |
* Andi Kleen <ak@suse.de> wrote:
> arch/x86/mm/pageattr_64.c | 150 > ++++++++++++++++++++++++++++++++++++---------- > 1 file changed, 119 insertions(+), 31 deletions(-)
please unify the files first, we dont want to let pageattr_32.c and pageattr_64.c diverge even more. Once we get these files unified we layer more features ontop of it. While gbpages is not available on 32-bit and probably wont ever be, this code has been historically very fragile, so having a single codebase to look at is very important.
Ingo
|  |