Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105323
b: refs/heads/master
c: 57cfc29
h: refs/heads/master
i:
  105321: 0c120c8
  105319: 33710ff
v: v3
  • Loading branch information
Johannes Weiner authored and Linus Torvalds committed Jul 24, 2008
1 parent f99f0cd commit 51a8e3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 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: 223e8dc9249c9e15f6c8b638d73fcad78ccb0a88
refs/heads/master: 57cfc29efac6670355ee0e107c8dbae8237d406b
14 changes: 5 additions & 9 deletions trunk/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 51a8e3e

Please sign in to comment.