Skip to content

Commit a845a6c

Browse files
Brian GerstKAGA-KOKO
authored andcommitted
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]
1 parent cab56d3 commit a845a6c

File tree

1 file changed

+289
-289
lines changed

1 file changed

+289
-289
lines changed

0 commit comments

Comments
 (0)