All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: use phys_addr_t instead of phy_t
@ 2014-12-12 15:26 Jaedon Shin
  2014-12-12 16:10 ` Kevin Cernekee
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jaedon Shin @ 2014-12-12 15:26 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips, Jaedon Shin

add missing patch of commit "MIPS: Replace use of phys_t with phys_addr_t".

Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com>
---
 arch/mips/kernel/setup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c
index a8c20af..0589290 100644
--- a/arch/mips/kernel/setup.c
+++ b/arch/mips/kernel/setup.c
@@ -493,7 +493,7 @@ static int usermem __initdata;
 
 static int __init early_parse_mem(char *p)
 {
-	phys_t start, size;
+	phys_addr_t start, size;
 
 	/*
 	 * If a user specifies memory size, we
-- 
1.9.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-12 17:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-12 15:26 [PATCH] MIPS: use phys_addr_t instead of phy_t Jaedon Shin
2014-12-12 16:10 ` Kevin Cernekee
2014-12-12 16:29 ` Ralf Baechle
2014-12-12 17:28 ` Sergei Shtylyov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.