Skip to content

Commit

Permalink
bootmem: clean up bootmem.c file header
Browse files Browse the repository at this point in the history
Change the description, move a misplaced comment about the allocator
itself and add me to the list of copyright holders.

Signed-off-by: Johannes Weiner <hannes@saeurebad.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Johannes Weiner authored and Linus Torvalds committed Jul 24, 2008
1 parent 223e8dc commit 57cfc29
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions mm/bootmem.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*
* linux/mm/bootmem.c
* bootmem - A boot-time physical memory allocator and configurator
*
* Copyright (C) 1999 Ingo Molnar
* Discontiguous memory support, Kanoj Sarcar, SGI, Nov 1999
* 1999 Kanoj Sarcar, SGI
* 2008 Johannes Weiner
*
* simple boot-time physical memory area allocator and
* free memory collector. It's used to deal with reserved
* system memory and memory holes as well.
* Access to this subsystem has to be serialized externally (which is true
* for the boot process anyway).
*/
#include <linux/init.h>
#include <linux/pfn.h>
Expand All @@ -19,10 +19,6 @@

#include "internal.h"

/*
* Access to this subsystem has to be serialized externally. (this is
* true for the boot process anyway)
*/
unsigned long max_low_pfn;
unsigned long min_low_pfn;
unsigned long max_pfn;
Expand Down

0 comments on commit 57cfc29

Please sign in to comment.