diff options
Diffstat (limited to 'arch/ppc')
-rw-r--r-- | arch/ppc/kernel/traps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/kernel/traps.c b/arch/ppc/kernel/traps.c index 002322a1f3ce..361865c4bc84 100644 --- a/arch/ppc/kernel/traps.c +++ b/arch/ppc/kernel/traps.c | |||
@@ -403,7 +403,7 @@ static int emulate_string_inst(struct pt_regs *regs, u32 instword) | |||
403 | u8 rA = (instword >> 16) & 0x1f; | 403 | u8 rA = (instword >> 16) & 0x1f; |
404 | u8 NB_RB = (instword >> 11) & 0x1f; | 404 | u8 NB_RB = (instword >> 11) & 0x1f; |
405 | u32 num_bytes; | 405 | u32 num_bytes; |
406 | u32 EA; | 406 | unsigned long EA; |
407 | int pos = 0; | 407 | int pos = 0; |
408 | 408 | ||
409 | /* Early out if we are an invalid form of lswx */ | 409 | /* Early out if we are an invalid form of lswx */ |