[PATCH 5/7] um: Remove dead code from x86_64 syscall stub

From: Richard Weinberger
Date: Mon Oct 26 2015 - 05:50:05 EST


syscall_stub is dead code as um is using only
batch_syscall_stub.

Signed-off-by: Richard Weinberger <richard@xxxxxx>
---
arch/x86/um/stub_32.S | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/x86/um/stub_32.S b/arch/x86/um/stub_32.S
index b972649..9881680 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
--
1.8.4.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/