Re: [PATCH] x86 mm init cleanup

2000-11-18 Thread Brian Gerst
Tigran Aivazian wrote: > > On Sat, 18 Nov 2000, Brian Gerst wrote: > > > Patch against test11. This patch moves the setting of %cr4 out of the > > loops and makes the code a bit more readable. Tested with standard > > pagetables, PSE, and PAE. > > > > > > Brian, > > while you were there, so

Re: [PATCH] x86 mm init cleanup

2000-11-18 Thread Tigran Aivazian
On Sat, 18 Nov 2000, Brian Gerst wrote: > Patch against test11. This patch moves the setting of %cr4 out of the > loops and makes the code a bit more readable. Tested with standard > pagetables, PSE, and PAE. > > Brian, while you were there, so close to paging_init() why not also correct th

[PATCH] x86 mm init cleanup

2000-11-18 Thread Brian Gerst
Patch against test11. This patch moves the setting of %cr4 out of the loops and makes the code a bit more readable. Tested with standard pagetables, PSE, and PAE. -- Brian Gerst diff -urN linux-2.4.0t11p5/arch/i386/mm/init.c linux/arch/i386/mm/