diff options
Diffstat (limited to 'arch/arm/include/asm/domain.h')
| -rw-r--r-- | arch/arm/include/asm/domain.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/include/asm/domain.h b/arch/arm/include/asm/domain.h index af18ceaacf5d..b5dc173d336f 100644 --- a/arch/arm/include/asm/domain.h +++ b/arch/arm/include/asm/domain.h | |||
| @@ -83,9 +83,9 @@ | |||
| 83 | * instructions (inline assembly) | 83 | * instructions (inline assembly) |
| 84 | */ | 84 | */ |
| 85 | #ifdef CONFIG_CPU_USE_DOMAINS | 85 | #ifdef CONFIG_CPU_USE_DOMAINS |
| 86 | #define T(instr) #instr "t" | 86 | #define TUSER(instr) #instr "t" |
| 87 | #else | 87 | #else |
| 88 | #define T(instr) #instr | 88 | #define TUSER(instr) #instr |
| 89 | #endif | 89 | #endif |
| 90 | 90 | ||
| 91 | #else /* __ASSEMBLY__ */ | 91 | #else /* __ASSEMBLY__ */ |
| @@ -95,9 +95,9 @@ | |||
| 95 | * instructions | 95 | * instructions |
| 96 | */ | 96 | */ |
| 97 | #ifdef CONFIG_CPU_USE_DOMAINS | 97 | #ifdef CONFIG_CPU_USE_DOMAINS |
| 98 | #define T(instr) instr ## t | 98 | #define TUSER(instr) instr ## t |
| 99 | #else | 99 | #else |
| 100 | #define T(instr) instr | 100 | #define TUSER(instr) instr |
| 101 | #endif | 101 | #endif |
| 102 | 102 | ||
| 103 | #endif /* __ASSEMBLY__ */ | 103 | #endif /* __ASSEMBLY__ */ |
