Skip to content

Commit

Permalink
MIPS: Use phys_addr_t instead of phys_t
Browse files Browse the repository at this point in the history
Ralf Baechle says:
 "This should have been part of the merge commit c0222ac (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: Jaedon Shin <jaedon.shin@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Jaedon Shin authored and Linus Torvalds committed Dec 12, 2014
1 parent 26ceb12 commit ad8f723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad8f723

Please sign in to comment.