commit | 0618fe90d8224979f70b15d33dcae75a403592e5 | [log] [tgz] |
---|---|---|
author | Andy Lutomirski <luto@kernel.org> | Tue Aug 01 18:28:05 2017 -0700 |
committer | Andy Lutomirski <luto@kernel.org> | Tue Aug 01 19:31:14 2017 -0700 |
tree | 75712bc2b30c20425aa6d4ade553c1ee89174733 | |
parent | 596efdefc007964520c5775ab2ef30c1421ff5cf [diff] |
x86/signal/64: Drop the separate compat signal delivery code Compile __setup_frame_32() and __setup_rt_frame_32() on 64-bit compat-supporting kernels and use it instead of the copy in ia32_signal.c This removes a lot of duplicate code. Signed-off-by: Andy Lutomirski <luto@kernel.org>