commit | 1047aa7723997620ba03a21429d2c5d923ebf48f | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon Nov 07 00:59:11 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Nov 07 07:53:34 2005 -0800 |
tree | a0c5f4cf585833262e959d5d0c8be91ebb3932e0 | |
parent | cdb32dc90bd38503befd1f4d0b762a1ace09bb28 [diff] |
[PATCH] s390: const pointer uaccess Using __typeof__(*ptr) on a pointer to const makes the __x variable in __get_user const as well. The latest gcc will refuse to write to it. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>