Searched hist:"6218 d0f6b8dece1f2e82f0a47a0e6b8ecb631ef6" (Results 1 – 7 of 7) sorted by relevance
/linux/arch/x86/entry/ |
H A D | syscall_x32.c | diff 6218d0f6b8dece1f2e82f0a47a0e6b8ecb631ef6 Mon May 17 09:38:10 CEST 2021 Masahiro Yamada <masahiroy@kernel.org> x86/syscalls: Switch to generic syscalltbl.sh
Many architectures duplicate similar shell scripts.
Convert x86 and UML to use scripts/syscalltbl.sh. The generic script generates seperate headers for x86/64 and x86/x32 syscalls, while the x86 specific script coalesced them into one. Adjust the code accordingly.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20210517073815.97426-3-masahiroy@kernel.org
|
H A D | syscall_32.c | diff 6218d0f6b8dece1f2e82f0a47a0e6b8ecb631ef6 Mon May 17 09:38:10 CEST 2021 Masahiro Yamada <masahiroy@kernel.org> x86/syscalls: Switch to generic syscalltbl.sh
Many architectures duplicate similar shell scripts.
Convert x86 and UML to use scripts/syscalltbl.sh. The generic script generates seperate headers for x86/64 and x86/x32 syscalls, while the x86 specific script coalesced them into one. Adjust the code accordingly.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20210517073815.97426-3-masahiroy@kernel.org
|
H A D | syscall_64.c | diff 6218d0f6b8dece1f2e82f0a47a0e6b8ecb631ef6 Mon May 17 09:38:10 CEST 2021 Masahiro Yamada <masahiroy@kernel.org> x86/syscalls: Switch to generic syscalltbl.sh
Many architectures duplicate similar shell scripts.
Convert x86 and UML to use scripts/syscalltbl.sh. The generic script generates seperate headers for x86/64 and x86/x32 syscalls, while the x86 specific script coalesced them into one. Adjust the code accordingly.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20210517073815.97426-3-masahiroy@kernel.org
|
/linux/arch/x86/entry/syscalls/ |
H A D | Makefile | diff 6218d0f6b8dece1f2e82f0a47a0e6b8ecb631ef6 Mon May 17 09:38:10 CEST 2021 Masahiro Yamada <masahiroy@kernel.org> x86/syscalls: Switch to generic syscalltbl.sh
Many architectures duplicate similar shell scripts.
Convert x86 and UML to use scripts/syscalltbl.sh. The generic script generates seperate headers for x86/64 and x86/x32 syscalls, while the x86 specific script coalesced them into one. Adjust the code accordingly.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20210517073815.97426-3-masahiroy@kernel.org
|
/linux/arch/x86/um/ |
H A D | sys_call_table_64.c | diff 6218d0f6b8dece1f2e82f0a47a0e6b8ecb631ef6 Mon May 17 09:38:10 CEST 2021 Masahiro Yamada <masahiroy@kernel.org> x86/syscalls: Switch to generic syscalltbl.sh
Many architectures duplicate similar shell scripts.
Convert x86 and UML to use scripts/syscalltbl.sh. The generic script generates seperate headers for x86/64 and x86/x32 syscalls, while the x86 specific script coalesced them into one. Adjust the code accordingly.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20210517073815.97426-3-masahiroy@kernel.org
|
H A D | sys_call_table_32.c | diff 6218d0f6b8dece1f2e82f0a47a0e6b8ecb631ef6 Mon May 17 09:38:10 CEST 2021 Masahiro Yamada <masahiroy@kernel.org> x86/syscalls: Switch to generic syscalltbl.sh
Many architectures duplicate similar shell scripts.
Convert x86 and UML to use scripts/syscalltbl.sh. The generic script generates seperate headers for x86/64 and x86/x32 syscalls, while the x86 specific script coalesced them into one. Adjust the code accordingly.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20210517073815.97426-3-masahiroy@kernel.org
|
/linux/arch/x86/include/asm/ |
H A D | Kbuild | diff 6218d0f6b8dece1f2e82f0a47a0e6b8ecb631ef6 Mon May 17 09:38:10 CEST 2021 Masahiro Yamada <masahiroy@kernel.org> x86/syscalls: Switch to generic syscalltbl.sh
Many architectures duplicate similar shell scripts.
Convert x86 and UML to use scripts/syscalltbl.sh. The generic script generates seperate headers for x86/64 and x86/x32 syscalls, while the x86 specific script coalesced them into one. Adjust the code accordingly.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20210517073815.97426-3-masahiroy@kernel.org
|