diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-21 08:03:06 -0400 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2016-05-22 15:56:37 -0400 |
commit | d14b3dfc251d8524a3d24bfaf4c983a5b950a7d9 (patch) | |
tree | 3651789850e9ecde0a2a7baff0f859575c5e39d9 /arch | |
parent | 13ff6313f9938fc304abaa6ecca416a705d1b642 (diff) |
parisc: Fix typo in ldcw.h
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/parisc/include/asm/ldcw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/ldcw.h b/arch/parisc/include/asm/ldcw.h index 8121aa6db2ff..8be707e1b6c7 100644 --- a/arch/parisc/include/asm/ldcw.h +++ b/arch/parisc/include/asm/ldcw.h | |||
@@ -40,7 +40,7 @@ | |||
40 | memory to indicate to the compiler that the assembly code reads | 40 | memory to indicate to the compiler that the assembly code reads |
41 | or writes to items other than those listed in the input and output | 41 | or writes to items other than those listed in the input and output |
42 | operands. This may pessimize the code somewhat but __ldcw is | 42 | operands. This may pessimize the code somewhat but __ldcw is |
43 | usually used within code blocks surrounded by memory barriors. */ | 43 | usually used within code blocks surrounded by memory barriers. */ |
44 | #define __ldcw(a) ({ \ | 44 | #define __ldcw(a) ({ \ |
45 | unsigned __ret; \ | 45 | unsigned __ret; \ |
46 | __asm__ __volatile__(__LDCW " 0(%1),%0" \ | 46 | __asm__ __volatile__(__LDCW " 0(%1),%0" \ |