diff options
author | Richard Weinberger <richard@nod.at> | 2015-10-25 21:41:10 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2015-11-06 22:49:11 +0100 |
commit | 246d254f1ab62bc83ac84a8ebd263e5384412ce8 (patch) | |
tree | 971ab0e559539cc184c42bbed7946a0c13295cff /arch/x86/um | |
parent | ec2c6c01ff241f8fad95c79de3364c76a474b3fa (diff) |
um: Remove dead symbol from i386 syscall stub
syscall_stub is nowhere used these days.
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/x86/um')
-rw-r--r-- | arch/x86/um/stub_32.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/um/stub_32.S b/arch/x86/um/stub_32.S index b972649d3a18..98816804e131 100644 --- a/arch/x86/um/stub_32.S +++ b/arch/x86/um/stub_32.S @@ -1,6 +1,5 @@ #include <as-layout.h> - .globl syscall_stub .section .__syscall_stub, "ax" .globl batch_syscall_stub |