Commit ad8f723a authored by Jaedon Shin's avatar Jaedon Shin Committed by Linus Torvalds

MIPS: Use phys_addr_t instead of phys_t

Ralf Baechle says:
 "This should have been part of the merge commit c0222ac0 (Merge
  branch 'upstream' of git://git.linux-mips.org/pub/scm/-
  ralf/upstream-linus) but I forgot to mention the need for this in my
  pull request"
Signed-off-by: default avatarJaedon Shin <jaedon.shin@gmail.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 26ceb127
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment