From 51a8e3ef728074811875ba07039a5ab5f605697c Mon Sep 17 00:00:00 2001 From: Johannes Weiner Date: Wed, 23 Jul 2008 21:28:00 -0700 Subject: [PATCH] --- yaml --- r: 105323 b: refs/heads/master c: 57cfc29efac6670355ee0e107c8dbae8237d406b h: refs/heads/master i: 105321: 0c120c838a1436fa17b616c950e0f54337193ebf 105319: 33710ffdf00661c935c1357b667806998c90f8e7 v: v3 --- [refs] | 2 +- trunk/mm/bootmem.c | 14 +++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/[refs] b/[refs] index c92e31772341..f3e17adad76c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 223e8dc9249c9e15f6c8b638d73fcad78ccb0a88 +refs/heads/master: 57cfc29efac6670355ee0e107c8dbae8237d406b diff --git a/trunk/mm/bootmem.c b/trunk/mm/bootmem.c index 24eacf52c50e..286e12c536ae 100644 --- a/trunk/mm/bootmem.c +++ b/trunk/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 - * 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 #include @@ -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;