diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2005-10-24 01:07:27 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-26 02:00:19 -0400 |
commit | 8c71632f7a13357b7dc5636fca68317f72d3043e (patch) | |
tree | de2bb6b4f9512b0d444ea2486ec3220de4796359 /include/asm-powerpc/ppc_asm.h | |
parent | a6f3546ecd00a1566cee6e0d992f4c33c2d28287 (diff) |
[PATCH] powerpc: Remove trailing \n" in HMT macros
GCC 3.3.3 barfs on the trailing \n" in the HMT macros.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/ppc_asm.h')
-rw-r--r-- | include/asm-powerpc/ppc_asm.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/asm-powerpc/ppc_asm.h b/include/asm-powerpc/ppc_asm.h index 96367e04fa58..f8ad5df6ebef 100644 --- a/include/asm-powerpc/ppc_asm.h +++ b/include/asm-powerpc/ppc_asm.h | |||
@@ -76,13 +76,13 @@ | |||
76 | #define REST_16EVRS(n,s,base) REST_8EVRS(n,s,base); REST_8EVRS(n+8,s,base) | 76 | #define REST_16EVRS(n,s,base) REST_8EVRS(n,s,base); REST_8EVRS(n+8,s,base) |
77 | #define REST_32EVRS(n,s,base) REST_16EVRS(n,s,base); REST_16EVRS(n+16,s,base) | 77 | #define REST_32EVRS(n,s,base) REST_16EVRS(n,s,base); REST_16EVRS(n+16,s,base) |
78 | 78 | ||
79 | /* Macros to adjust thread priority for Iseries hardware multithreading */ | 79 | /* Macros to adjust thread priority for hardware multithreading */ |
80 | #define HMT_VERY_LOW or 31,31,31 # very low priority\n" | 80 | #define HMT_VERY_LOW or 31,31,31 # very low priority |
81 | #define HMT_LOW or 1,1,1 | 81 | #define HMT_LOW or 1,1,1 |
82 | #define HMT_MEDIUM_LOW or 6,6,6 # medium low priority\n" | 82 | #define HMT_MEDIUM_LOW or 6,6,6 # medium low priority |
83 | #define HMT_MEDIUM or 2,2,2 | 83 | #define HMT_MEDIUM or 2,2,2 |
84 | #define HMT_MEDIUM_HIGH or 5,5,5 # medium high priority\n" | 84 | #define HMT_MEDIUM_HIGH or 5,5,5 # medium high priority |
85 | #define HMT_HIGH or 3,3,3 | 85 | #define HMT_HIGH or 3,3,3 |
86 | 86 | ||
87 | /* handle instructions that older assemblers may not know */ | 87 | /* handle instructions that older assemblers may not know */ |
88 | #define RFCI .long 0x4c000066 /* rfci instruction */ | 88 | #define RFCI .long 0x4c000066 /* rfci instruction */ |