x86: uaccess: move 32-bit and 64-bit parts into proper <asm/uaccess_N.h> header
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 2 May 2023 23:39:59 +0000 (16:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 3 May 2023 17:37:22 +0000 (10:37 -0700)
commitb9bd9f605c4a6f04a83e6640a7d1d6dda80f17ca
tree30790cb30af3d655b84b933a5175a4490d5b035b
parent6ccdc91d6af922f3ded5de494ff27daedeb6d6c9
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: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86/include/asm/uaccess.h
arch/x86/include/asm/uaccess_32.h
arch/x86/include/asm/uaccess_64.h