patch-2.1.107 linux/include/asm-alpha/uaccess.h
Next file: linux/include/asm-i386/bugs.h
Previous file: linux/include/asm-alpha/t2.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Jun 24 14:30:11 1998
- Orig file:
v2.1.106/linux/include/asm-alpha/uaccess.h
- Orig date:
Mon Dec 1 10:34:12 1997
diff -u --recursive --new-file v2.1.106/linux/include/asm-alpha/uaccess.h linux/include/asm-alpha/uaccess.h
@@ -161,7 +161,7 @@
: "m"(__m(addr)), "1"(__gu_err))
#ifdef __HAVE_CPU_BWX
-/* Those lucky bastards with ev56 and later cpus can do byte/word moves. */
+/* Those lucky bastards with ev56 and later CPUs can do byte/word moves. */
#define __get_user_16(addr) \
__asm__("1: ldwu %0,%2\n" \
@@ -275,7 +275,7 @@
: "m"(__m(addr)), "rJ"(x), "0"(__pu_err))
#ifdef __HAVE_CPU_BWX
-/* Those lucky bastards with ev56 and later cpus can do byte/word moves. */
+/* Those lucky bastards with ev56 and later CPUs can do byte/word moves. */
#define __put_user_16(x,addr) \
__asm__ __volatile__("1: stw %r2,%1\n" \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov