alistair23-linux/arch/parisc/include
Helge Deller 186ecf14e5 parisc: Avoid compiler warnings with access_ok()
Commit 09b871ffd4 (parisc: Define access_ok() as macro) missed to mark uaddr
as used, which then gives compiler warnings about unused variables.

Fix it by comparing uaddr to uaddr which then gets optimized away by the
compiler.

Signed-off-by: Helge Deller <deller@gmx.de>
Fixes: 09b871ffd4 ("parisc: Define access_ok() as macro")
2017-03-15 21:51:17 +01:00
..
asm parisc: Avoid compiler warnings with access_ok() 2017-03-15 21:51:17 +01:00
uapi/asm parisc: Wire up statx system call 2017-03-15 21:11:27 +01:00