| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 2/5] MIPS: remove unused powertv ptv_memsize |
| From: | Yoichi Yuasa <yuasa@linux-mips.org> |
| Date: | Fri, 18 Dec 2009 21:30:18 +0900 |
| Cc: | yuasa@linux-mips.org, linux-mips <linux-mips@linux-mips.org> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:to:cc :subject:message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=cJctrNY0rIlM/42dttOKgqaFyEnHm4N3KU3l6IIkzZ4=; b=OA+US9Bo8YjeBdXSbIt/0n797uTAa1wQuHM1XmItI8hLJ625lEPbv57dsd5xPYII83 lGb09mZiw3mGpfKdMGpizjeP+1IDaW4dRTOskp7oz8kQ1G5zpUP+oh27sMANu45ULorj OkepDjnCwEGmWUvVwRatwB701So+vEyMyQzsI= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; b=Xa2emEBCzAHbGHH3WkPgZQT5s7ZRfsJhVqap+ZevHl1DNVPwfAel1T3Cju8zyCgzm6 a9aF4UmxwB9grODGCkhMJqN+Y/mX+Cf5UEkf7rjXBP5bCcrWNqM8stdlx1VbU9kXhhnd +4N2XYaAWAzuoJUFA2X5goKuYClYggRJ+NT08= |
| In-reply-to: | <20091218212917.f42e8180.yuasa@linux-mips.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20091218212917.f42e8180.yuasa@linux-mips.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
---
arch/mips/powertv/memory.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/arch/mips/powertv/memory.c b/arch/mips/powertv/memory.c
index 28d0660..f49eb3d 100644
--- a/arch/mips/powertv/memory.c
+++ b/arch/mips/powertv/memory.c
@@ -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;
--
1.6.5.7
|
| Previous by Date: | [PATCH 3/5] MIPS: remove powertv mips_machine_halt(), Yoichi Yuasa |
|---|---|
| Next by Date: | [PATCH 4/5] MIPS: remove unused powertv platform_die(), Yoichi Yuasa |
| Previous by Thread: | [PATCH 1/5]MIPS: remove unused powertv prom_getcmdline(), Yoichi Yuasa |
| Next by Thread: | [PATCH 3/5] MIPS: remove powertv mips_machine_halt(), Yoichi Yuasa |
| Indexes: | [Date] [Thread] [Top] [All Lists] |