linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5/7 v2] um: Remove dead symbol from i386 syscall stub
@ 2015-10-26 10:04 Richard Weinberger
  0 siblings, 0 replies; only message in thread
From: Richard Weinberger @ 2015-10-26 10:04 UTC (permalink / raw)
  To: user-mode-linux-devel; +Cc: linux-kernel, Richard Weinberger

syscall_stub is nowhere used these days.

Signed-off-by: Richard Weinberger <richard@nod.at>
---
This time with the correct commit message.
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-10-26 10:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-26 10:04 [PATCH 5/7 v2] um: Remove dead symbol from i386 syscall stub Richard Weinberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).