mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 06:31:52 +00:00
bootmem: clean up bootmem.c file header
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>
This commit is contained in:
parent
223e8dc924
commit
57cfc29efa
14
mm/bootmem.c
14
mm/bootmem.c
@ -1,12 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* linux/mm/bootmem.c
|
* bootmem - A boot-time physical memory allocator and configurator
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999 Ingo Molnar
|
* 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
|
* Access to this subsystem has to be serialized externally (which is true
|
||||||
* free memory collector. It's used to deal with reserved
|
* for the boot process anyway).
|
||||||
* system memory and memory holes as well.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <linux/pfn.h>
|
#include <linux/pfn.h>
|
||||||
@ -19,10 +19,6 @@
|
|||||||
|
|
||||||
#include "internal.h"
|
#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 max_low_pfn;
|
||||||
unsigned long min_low_pfn;
|
unsigned long min_low_pfn;
|
||||||
unsigned long max_pfn;
|
unsigned long max_pfn;
|
||||||
|
Loading…
Reference in New Issue
Block a user