Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09b7c9f2 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Ralf Baechle
Browse files

MIPS: PowerTV: Remove unused ptv_memsize

parent 99d2b173
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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)
@@ -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;