diff options
| -rw-r--r-- | arch/mips/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c index 083c3c289577..f3b635f86c39 100644 --- a/arch/mips/kernel/setup.c +++ b/arch/mips/kernel/setup.c | |||
| @@ -493,7 +493,7 @@ static int usermem __initdata; | |||
| 493 | 493 | ||
| 494 | static int __init early_parse_mem(char *p) | 494 | static int __init early_parse_mem(char *p) |
| 495 | { | 495 | { |
| 496 | unsigned long start, size; | 496 | phys_t start, size; |
| 497 | 497 | ||
| 498 | /* | 498 | /* |
| 499 | * If a user specifies memory size, we | 499 | * If a user specifies memory size, we |
