summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Lohoff <flo@rfc822.org>2001-01-16 16:14:11 +0000
committerFlorian Lohoff <flo@rfc822.org>2001-01-16 16:14:11 +0000
commit8269dd0a57ed4456d0a2fdf0e338cf56f3829e04 (patch)
treead5dc020526c21fa8ec1b6f27e30fe147b467e95
parent78096659c161c11ca7f8d46700df95465e5aec99 (diff)
Delete comment which is more bogus now than ever
-rw-r--r--arch/mips/arc/memory.c2
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);