projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4324f3
)
[MIPS] Initialize max_pfn again.
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 18 Apr 2008 09:56:07 +0000
(10:56 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 12 May 2008 15:46:51 +0000
(16:46 +0100)
This was dropped by
commit
a0d9e2d891e4cf54676c430da63bd4a17d1cdb80
(lmo)
commit
b6f1f0dea1469e0c956eb89399916d60dd2a3808
(ko)
Author: Franck Bui-Huu <vagabon.xyz@gmail.com>
Date: Fri Aug 11 17:51:48 2006 +0200
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/setup.c
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/setup.c
b/arch/mips/kernel/setup.c
index 39f3dfe134fb9cb619c3c49d48de00be105a9490..c6a063b2a0d9fcc9a7296a580f8c4ee65b0b89f3 100644
(file)
--- a/
arch/mips/kernel/setup.c
+++ b/
arch/mips/kernel/setup.c
@@
-331,6
+331,7
@@
static void __init bootmem_init(void)
/*
* Determine low and high memory ranges
*/
+ max_pfn = max_low_pfn;
if (max_low_pfn > PFN_DOWN(HIGHMEM_START)) {
#ifdef CONFIG_HIGHMEM
highstart_pfn = PFN_DOWN(HIGHMEM_START);