summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-10-09 22:35:13 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-10-09 22:35:13 +0000
commit4ba6edaa94f0b57323bfc4570c085e9da5853b91 (patch)
treec00bdd152539b4ac8ae2bad5ab33629083b04c5d /arch/mips
parent147f636dd175247f972ac33355538a3eddaeabc6 (diff)
Reformat.
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/orion/setup.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/orion/setup.c b/arch/mips/orion/setup.c
index af95c3b4c..4339644e5 100644
--- a/arch/mips/orion/setup.c
+++ b/arch/mips/orion/setup.c
@@ -150,15 +150,15 @@ int __init prom_init(int a, char **b, char **c, int *d)
mips_machgroup = MACH_GROUP_ORION;
/* 64 MB non-upgradable */
mem_size = 64 << 20;
-
+
free_start = PHYSADDR(PFN_ALIGN(&_end));
free_end = mem_size;
start_pfn = PFN_UP((unsigned long)&_end);
-
+
/* Register all the contiguous memory with the bootmem allocator
and free it. Be careful about the bootmem freemap. */
bootmap_size = init_bootmem(start_pfn, mem_size >> PAGE_SHIFT);
-
+
/* Free the entire available memory after the _end symbol. */
free_start += bootmap_size;
free_bootmem(free_start, free_end-free_start);