diff options
author | joe@perches.com <joe@perches.com> | 2007-12-17 14:30:15 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-20 00:17:49 -0500 |
commit | f3d711aa02791ca5efa33112994063c9aeaf39ee (patch) | |
tree | e395d391543df75ab5146a83d704f1e563a39781 /include/asm-ppc/reg_booke.h | |
parent | c90e10962516c36edf5d9ea756cf11c7853084c5 (diff) |
[POWERPC] include/asm-ppc/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-ppc/reg_booke.h')
-rw-r--r-- | include/asm-ppc/reg_booke.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/reg_booke.h b/include/asm-ppc/reg_booke.h index 82948ed2744a..4cad45a055dd 100644 --- a/include/asm-ppc/reg_booke.h +++ b/include/asm-ppc/reg_booke.h | |||
@@ -283,7 +283,7 @@ | |||
283 | #define ESR_IMCB 0x20000000 /* Instr. Machine Check - Bus error */ | 283 | #define ESR_IMCB 0x20000000 /* Instr. Machine Check - Bus error */ |
284 | #define ESR_IMCT 0x10000000 /* Instr. Machine Check - Timeout */ | 284 | #define ESR_IMCT 0x10000000 /* Instr. Machine Check - Timeout */ |
285 | #define ESR_PIL 0x08000000 /* Program Exception - Illegal */ | 285 | #define ESR_PIL 0x08000000 /* Program Exception - Illegal */ |
286 | #define ESR_PPR 0x04000000 /* Program Exception - Priveleged */ | 286 | #define ESR_PPR 0x04000000 /* Program Exception - Privileged */ |
287 | #define ESR_PTR 0x02000000 /* Program Exception - Trap */ | 287 | #define ESR_PTR 0x02000000 /* Program Exception - Trap */ |
288 | #define ESR_FP 0x01000000 /* Floating Point Operation */ | 288 | #define ESR_FP 0x01000000 /* Floating Point Operation */ |
289 | #define ESR_DST 0x00800000 /* Storage Exception - Data miss */ | 289 | #define ESR_DST 0x00800000 /* Storage Exception - Data miss */ |