* [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
* Re: [PATCH] MIPS: use phys_addr_t instead of phy_t
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
2 siblings, 0 replies; 4+ messages in thread
From: Kevin Cernekee @ 2014-12-12 16:10 UTC (permalink / raw)
To: Jaedon Shin; +Cc: Ralf Baechle, Linux MIPS Mailing List
On Fri, Dec 12, 2014 at 7:26 AM, Jaedon Shin <jaedon.shin@gmail.com> wrote:
> add missing patch of commit "MIPS: Replace use of phys_t with phys_addr_t".
>
> Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com>
Thanks, this fixes a compile error seen on Linus' head of tree.
Acked-by: Kevin Cernekee <cernekee@gmail.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MIPS: use phys_addr_t instead of phy_t
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
2 siblings, 0 replies; 4+ messages in thread
From: Ralf Baechle @ 2014-12-12 16:29 UTC (permalink / raw)
To: Jaedon Shin; +Cc: linux-mips
On Sat, Dec 13, 2014 at 12:26:43AM +0900, Jaedon Shin wrote:
> add missing patch of commit "MIPS: Replace use of phys_t with phys_addr_t".
Thanks. That'a a patch which I was always applying in the merge commit.
Linus should have done the same but unfortunately I forgot to advise him
of this merge issue.
Ralf
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MIPS: use phys_addr_t instead of phy_t
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
2 siblings, 0 replies; 4+ messages in thread
From: Sergei Shtylyov @ 2014-12-12 17:28 UTC (permalink / raw)
To: Jaedon Shin, Ralf Baechle; +Cc: linux-mips
Hello.
On 12/12/2014 06:26 PM, Jaedon Shin wrote:
s/phy_t/phys_t/ in the subject.
> add missing patch
Maybe part?
> of commit "MIPS: Replace use of phys_t with phys_addr_t".
> Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com>
WBR, Sergei
^ permalink raw reply [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.