Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179149
b: refs/heads/master
c: 09b7c9f
h: refs/heads/master
i:
  179147: 04055d2
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Jan 12, 2010
1 parent bf40e82 commit 4eed345
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 99d2b173e5e14d10d2179d342d91c5bed0e8832d
refs/heads/master: 09b7c9f24d8e9b772da682b52b83c88f426a849d
5 changes: 0 additions & 5 deletions trunk/arch/mips/powertv/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
#define BOOT_MEM_SIZE KIBIBYTE(256) /* Memory reserved for bldr */
#define PHYS_MEM_START 0x10000000 /* Start of physical memory */

unsigned long ptv_memsize;

char __initdata cmdline[COMMAND_LINE_SIZE];

void __init prom_meminit(void)
Expand Down Expand Up @@ -87,9 +85,6 @@ void __init prom_meminit(void)
}
}

/* Store memsize for diagnostic purposes */
ptv_memsize = memsize;

physend = PFN_ALIGN(&_end) - 0x80000000;
if (memsize > LOW_MEM_MAX) {
low_mem = LOW_MEM_MAX;
Expand Down

0 comments on commit 4eed345

Please sign in to comment.