aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/traps.c
diff options
context:
space:
mode:
authorAdam Buchbinder <adam.buchbinder@gmail.com>2016-02-24 13:51:11 -0500
committerMichael Ellerman <mpe@ellerman.id.au>2016-03-01 03:27:20 -0500
commit446957ba5127141ee007fc61509e24a9e60853d9 (patch)
tree6e64ed20eaf8b4aa666eb3c77265e85f52594e50 /arch/powerpc/kernel/traps.c
parent95442c64de7a6d6efe788a9820b114f6bd67fef7 (diff)
powerpc: Fix misspellings in comments.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/traps.c')
-rw-r--r--arch/powerpc/kernel/traps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/traps.c b/arch/powerpc/kernel/traps.c
index 4e5c11d4d19d..88414dde7e35 100644
--- a/arch/powerpc/kernel/traps.c
+++ b/arch/powerpc/kernel/traps.c
@@ -1402,7 +1402,7 @@ void facility_unavailable_exception(struct pt_regs *regs)
1402 * is a read DSCR attempt through a mfspr instruction, we 1402 * is a read DSCR attempt through a mfspr instruction, we
1403 * just emulate the instruction instead. This code path will 1403 * just emulate the instruction instead. This code path will
1404 * always emulate all the mfspr instructions till the user 1404 * always emulate all the mfspr instructions till the user
1405 * has attempted atleast one mtspr instruction. This way it 1405 * has attempted at least one mtspr instruction. This way it
1406 * preserves the same behaviour when the user is accessing 1406 * preserves the same behaviour when the user is accessing
1407 * the DSCR through privilege level only SPR number (0x11) 1407 * the DSCR through privilege level only SPR number (0x11)
1408 * which is emulated through illegal instruction exception. 1408 * which is emulated through illegal instruction exception.