* [PATCH] s390 (4/8): uaccess bug.
@ 2002-12-12 18:08 Martin Schwidefsky
0 siblings, 0 replies; only message in thread
From: Martin Schwidefsky @ 2002-12-12 18:08 UTC (permalink / raw)
To: linux-kernel, torvalds
Fix return value of __put_user_asm_8.
diffstat:
uaccess.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -urN linux-2.5.51/include/asm-s390/uaccess.h linux-2.5.51-s390/include/asm-s390/uaccess.h
--- linux-2.5.51/include/asm-s390/uaccess.h Tue Dec 10 03:45:47 2002
+++ linux-2.5.51-s390/include/asm-s390/uaccess.h Thu Dec 12 18:03:17 2002
@@ -84,7 +84,7 @@
{
int err;
- __asm__ __volatile__ ( " sr %0,01\n"
+ __asm__ __volatile__ ( " sr %0,%0\n"
" lr 2,%1\n"
" lr 4,%2\n"
" sacf 512\n"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-12-12 18:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-12 18:08 [PATCH] s390 (4/8): uaccess bug Martin Schwidefsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox