commit | b9bd9f605c4a6f04a83e6640a7d1d6dda80f17ca | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Tue May 02 16:39:59 2023 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed May 03 10:37:22 2023 -0700 |
tree | 30790cb30af3d655b84b933a5175a4490d5b035b | |
parent | 6ccdc91d6af922f3ded5de494ff27daedeb6d6c9 [diff] |
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>