diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/arc/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/arc/memory.c b/arch/mips/arc/memory.c index 2c038b29b..eaf7efdc5 100644 --- a/arch/mips/arc/memory.c +++ b/arch/mips/arc/memory.c @@ -120,7 +120,7 @@ void __init prom_meminit(void) unsigned long base, size; long type; - base = p->base << PAGE_SHIFT; /* Fix up from KSEG0 */ + base = p->base << PAGE_SHIFT; size = p->pages << PAGE_SHIFT; type = prom_memtype_classify(p->type); |