Re: [PATCH RFC 2/7] x86: clean up mm/init_32.c

2007-11-08 Thread Jeremy Fitzhardinge
Glauber de Oliveira Costa wrote: >> - /* Map with big pages if possible, otherwise create >> normal page tables. */ >> + /* Map with big pages if possible, otherwise >> + create normal page tables. */ >> > /* > * multi comm

Re: [PATCH RFC 2/7] x86: clean up mm/init_32.c

2007-11-08 Thread Glauber de Oliveira Costa
> - /* Map with big pages if possible, otherwise create > normal page tables. */ > + /* Map with big pages if possible, otherwise > + create normal page tables. */ /* * multi comment lines are preferred * this way, IIRC ;-) */

[PATCH RFC 2/7] x86: clean up mm/init_32.c

2007-11-07 Thread Jeremy Fitzhardinge
Some code reformatting in init_32.c. No functional change. Signed-off-by: Jeremy Fitzhardinge <[EMAIL PROTECTED]> --- arch/x86/mm/init_32.c | 31 +-- 1 file changed, 21 insertions(+), 10 deletions(-)