diff options
| author | Brian Gerst <[email protected]> | 2020-03-13 19:51:39 +0000 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2020-03-21 15:03:23 +0000 |
| commit | a845a6cf1dad16fa86007c86702fb27fec89d38b (patch) | |
| tree | b4df83116cfe35c805d14f6441abfd9ff937998e /arch/x86/entry/common.c | |
| parent | x86/entry: Remove ABI prefixes from functions in syscall tables (diff) | |
| download | kernel-a845a6cf1dad16fa86007c86702fb27fec89d38b.tar.gz kernel-a845a6cf1dad16fa86007c86702fb27fec89d38b.zip | |
x86/entry/32: Clean up syscall_32.tbl
After removal of the __ia32_ prefix, remove compat entries that are now
identical to the native entry.
Converted with this script and fixing up whitespace:
while read nr abi name entry compat; do
if [ "${nr:0:1}" = "#" ]; then
echo $nr $abi $name $entry $compat
continue
fi
if [ "$entry" = "$compat" ]; then
compat=""
fi
echo "$nr $abi $name $entry $compat"
done
Signed-off-by: Brian Gerst <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'arch/x86/entry/common.c')
0 files changed, 0 insertions, 0 deletions
