Skip to content
Commit b9bd9f60 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

x86: uaccess: move 32-bit and 64-bit parts into proper <asm/uaccess_N.h> header



The x86 <asm/uaccess.h> file has grown features that are specific to
x86-64 like LAM support and the related access_ok() changes.  They
really should be in the <asm/uaccess_64.h> file and not pollute the
generic x86 header.

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 6ccdc91d
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