diff options
Diffstat (limited to 'arch/mn10300/include/asm/tlbflush.h')
| -rw-r--r-- | arch/mn10300/include/asm/tlbflush.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mn10300/include/asm/tlbflush.h b/arch/mn10300/include/asm/tlbflush.h index e0239865abcb..1a7e29281c5d 100644 --- a/arch/mn10300/include/asm/tlbflush.h +++ b/arch/mn10300/include/asm/tlbflush.h | |||
| @@ -22,7 +22,7 @@ do { \ | |||
| 22 | " mov %0,%1 \n" \ | 22 | " mov %0,%1 \n" \ |
| 23 | : "=d"(w) \ | 23 | : "=d"(w) \ |
| 24 | : "m"(MMUCTR), "i"(MMUCTR_IIV|MMUCTR_DIV) \ | 24 | : "m"(MMUCTR), "i"(MMUCTR_IIV|MMUCTR_DIV) \ |
| 25 | : "memory" \ | 25 | : "cc", "memory" \ |
| 26 | ); \ | 26 | ); \ |
| 27 | } while (0) | 27 | } while (0) |
| 28 | 28 | ||
