Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

parisc: Fix typo in ldcw.h

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Helge Deller <deller@gmx.de>

authored by

Andrea Gelmini and committed by
Helge Deller
d14b3dfc 13ff6313

+1 -1
+1 -1
arch/parisc/include/asm/ldcw.h
··· 40 40 memory to indicate to the compiler that the assembly code reads 41 41 or writes to items other than those listed in the input and output 42 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 44 #define __ldcw(a) ({ \ 45 45 unsigned __ret; \ 46 46 __asm__ __volatile__(__LDCW " 0(%1),%0" \