Skip to content
Commit 186ecf14 authored by Helge Deller's avatar Helge Deller
Browse files

parisc: Avoid compiler warnings with access_ok()

Commit 09b871ff

 (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: default avatarHelge Deller <deller@gmx.de>
Fixes: 09b871ff ("parisc: Define access_ok() as macro")
parent 63d32d1e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment