[parisc-linux-cvs] linux deller

Helge Deller deller@gmx.de
Sat, 2 Feb 2002 16:27:34 +0100


--------------Boundary-00=_Y9WWZN2J1AJ5SO7VY19U
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 8bit

On Saturday 02 February 2002 16:30, Helge Deller wrote:
> CVSROOT:	/var/cvs
> Module name:	linux
> Changes by:	deller	02/02/02 08:30:33
>
> Modified files:
> 	arch/parisc/mm : init.c
>
> Log message:
> - print how much memory we could have freed'

--------------Boundary-00=_Y9WWZN2J1AJ5SO7VY19U
Content-Type: text/plain;
  charset="iso-8859-1";
  name="diff"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="diff"

Index: init.c
===================================================================
RCS file: /var/cvs/linux/arch/parisc/mm/init.c,v
retrieving revision 1.45
diff -u -p -r1.45 init.c
--- init.c	2001/12/11 17:14:06	1.45
+++ init.c	2002/02/02 15:29:55
@@ -372,7 +372,9 @@ void free_initmem(void)
 {
 	unsigned long addr;
 
-	printk(KERN_INFO "NOT FREEING INITMEM\n");
+	/* FIXME: */
+	printk(KERN_INFO "NOT FREEING INITMEM (%dk)\n",
+			(&__init_end - &__init_begin) >> 10);
 	return;
 
 	addr = (unsigned long)(&__init_begin);

--------------Boundary-00=_Y9WWZN2J1AJ5SO7VY19U--