Re: [PATCH] to init/main.c

2001-06-16 Thread Richard Gooch
Daniel Dickman writes: > Here is a small patch to main.c. > > It does the following: > - makes sure that asm/mtrr.h actually gets included, and What the hell is this? It is already included! > - changes formatting in one place as per Documentation/CodingStyle > > --- linux-2.4.5/init/main.c

Re: [PATCH] to init/main.c

2001-06-16 Thread Jeff Garzik
Daniel Dickman wrote: > Here is a small patch to main.c. > > It does the following: > - makes sure that asm/mtrr.h actually gets included, and > --- linux-2.4.5/init/main.c Tue May 22 12:35:42 2001 > +++ linux/init/main.c Sat Jun 16 11:48:42 2001 > @@ -50,7 +50,7 @@ > #endif > > #ifdef

[PATCH] to init/main.c

2001-06-16 Thread Daniel Dickman
Here is a small patch to main.c. It does the following: - makes sure that asm/mtrr.h actually gets included, and - changes formatting in one place as per Documentation/CodingStyle --- linux-2.4.5/init/main.c Tue May 22 12:35:42 2001 +++ linux/init/main.c Sat Jun 16 11:48:42 2001 @@ -50,7 +