]> Git Repo - linux.git/commit
x86, arm: Add missing license tag to syscall tables files
authorMarcin Juszkiewicz <[email protected]>
Thu, 29 Feb 2024 14:51:00 +0000 (15:51 +0100)
committerBorislav Petkov (AMD) <[email protected]>
Wed, 12 Jun 2024 09:33:45 +0000 (11:33 +0200)
commit9aae1baa1c5d8b7229b6de38dc9dc17efcb8c55d
tree608a72b600031e68123f23058486b0c10261c16f
parent83a7eefedc9b56fe7bfeff13b6c7356688ffa670
x86, arm: Add missing license tag to syscall tables files

syscall*.tbl files were added to make it easier to check which system
calls are supported on each architecture and to check for their numbers.

Arm and x86 files lack Linux-syscall-note license exception present in
files for all other architectures.

Signed-off-by: Marcin Juszkiewicz <[email protected]>
Signed-off-by: Borislav Petkov (AMD) <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
arch/arm/tools/syscall.tbl
arch/x86/entry/syscalls/syscall_32.tbl
arch/x86/entry/syscalls/syscall_64.tbl
This page took 0.059811 seconds and 4 git commands to generate.