diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-05-16 21:35:40 +0200 |
---|---|---|
committer | Dave Hansen <dave.hansen@linux.intel.com> | 2023-05-18 11:56:18 -0700 |
commit | f34f0d3c10eb4d3160fc6fe7a2482cb78d3b0c12 (patch) | |
tree | 3e1982e86e4a9eb8377bcb6335693e9e3dc6c48c /kernel/power | |
parent | 056b44a4d10907ec8153863b2a0564e808ef1440 (diff) | |
download | linux-stable-f34f0d3c10eb4d3160fc6fe7a2482cb78d3b0c12.tar.gz linux-stable-f34f0d3c10eb4d3160fc6fe7a2482cb78d3b0c12.tar.bz2 linux-stable-f34f0d3c10eb4d3160fc6fe7a2482cb78d3b0c12.zip |
x86/entry: Add do_SYSENTER_32() prototype
The 32-bit system call entry points can be called on both 32-bit
and 64-bit kernels, but on the former the declarations are hidden:
arch/x86/entry/common.c:238:24: error: no previous prototype for 'do_SYSENTER_32' [-Werror=missing-prototypes]
Move them all out of the #ifdef block to avoid the warnings.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Reviewed-by: Alexander Lobakin <aleksander.lobakin@intel.com>
Link: https://lore.kernel.org/all/20230516193549.544673-12-arnd%40kernel.org
Diffstat (limited to 'kernel/power')
0 files changed, 0 insertions, 0 deletions