Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19753
b: refs/heads/master
c: 81a3de3
h: refs/heads/master
i:
  19751: 2a03e07
v: v3
  • Loading branch information
Helge Deller authored and Kyle McMartin committed Jan 23, 2006
1 parent 4bb1092 commit 52ff9f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1bcdd8548286743e1d6b3d53c96a90c6da975620
refs/heads/master: 81a3de3efd61c2483a303cf0b6227525d2f28df7
9 changes: 1 addition & 8 deletions trunk/arch/parisc/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,17 +371,11 @@ static void __init setup_bootmem(void)

void free_initmem(void)
{
/* FIXME: */
#if 0
printk(KERN_INFO "NOT FREEING INITMEM (%dk)\n",
(&__init_end - &__init_begin) >> 10);
return;
#else
unsigned long addr;

printk(KERN_INFO "Freeing unused kernel memory: ");

#if 1
#ifdef CONFIG_DEBUG_KERNEL
/* Attempt to catch anyone trying to execute code here
* by filling the page with BRK insns.
*
Expand Down Expand Up @@ -414,7 +408,6 @@ void free_initmem(void)
pdc_chassis_send_status(PDC_CHASSIS_DIRECT_BCOMPLETE);

printk("%luk freed\n", (unsigned long)(&__init_end - &__init_begin) >> 10);
#endif
}


Expand Down

0 comments on commit 52ff9f1

Please sign in to comment.