diff options
Diffstat (limited to 'arch/powerpc/include/asm/ppc-opcode.h')
-rw-r--r-- | arch/powerpc/include/asm/ppc-opcode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/ppc-opcode.h b/arch/powerpc/include/asm/ppc-opcode.h index 1a5287759fc8..03cd858a401c 100644 --- a/arch/powerpc/include/asm/ppc-opcode.h +++ b/arch/powerpc/include/asm/ppc-opcode.h | |||
@@ -194,6 +194,7 @@ | |||
194 | 194 | ||
195 | #define PPC_INST_NAP 0x4c000364 | 195 | #define PPC_INST_NAP 0x4c000364 |
196 | #define PPC_INST_SLEEP 0x4c0003a4 | 196 | #define PPC_INST_SLEEP 0x4c0003a4 |
197 | #define PPC_INST_WINKLE 0x4c0003e4 | ||
197 | 198 | ||
198 | /* A2 specific instructions */ | 199 | /* A2 specific instructions */ |
199 | #define PPC_INST_ERATWE 0x7c0001a6 | 200 | #define PPC_INST_ERATWE 0x7c0001a6 |
@@ -375,6 +376,7 @@ | |||
375 | 376 | ||
376 | #define PPC_NAP stringify_in_c(.long PPC_INST_NAP) | 377 | #define PPC_NAP stringify_in_c(.long PPC_INST_NAP) |
377 | #define PPC_SLEEP stringify_in_c(.long PPC_INST_SLEEP) | 378 | #define PPC_SLEEP stringify_in_c(.long PPC_INST_SLEEP) |
379 | #define PPC_WINKLE stringify_in_c(.long PPC_INST_WINKLE) | ||
378 | 380 | ||
379 | /* BHRB instructions */ | 381 | /* BHRB instructions */ |
380 | #define PPC_CLRBHRB stringify_in_c(.long PPC_INST_CLRBHRB) | 382 | #define PPC_CLRBHRB stringify_in_c(.long PPC_INST_CLRBHRB) |