diff options
author | Christoph Hellwig <hch@lst.de> | 2009-06-18 00:38:26 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-18 00:38:26 -0400 |
commit | 4505ffda54b352a08eb08ebad62ac48725c41966 (patch) | |
tree | 74a8ac824840038dad7d10a6ab24b0f7864714e7 /arch/sh/kernel/sys_sh.c | |
parent | b7d3740ace895b85e802c618b2edfed1bba67d9e (diff) |
sh: remove stray markers.
arch/sh has a couple of stray markers without any users introduced
in commit 3d58695edbfac785161bf282dc11fd42a483d6c9. Remove them in
preparation of removing the markers in favour of the TRACE_EVENT
macro (and also because we don't keep dead code around).
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/sys_sh.c')
-rw-r--r-- | arch/sh/kernel/sys_sh.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/kernel/sys_sh.c b/arch/sh/kernel/sys_sh.c index e3a7e36639e..90d00e47264 100644 --- a/arch/sh/kernel/sys_sh.c +++ b/arch/sh/kernel/sys_sh.c | |||
@@ -88,8 +88,6 @@ asmlinkage int sys_ipc(uint call, int first, int second, | |||
88 | version = call >> 16; /* hack for backward compatibility */ | 88 | version = call >> 16; /* hack for backward compatibility */ |
89 | call &= 0xffff; | 89 | call &= 0xffff; |
90 | 90 | ||
91 | trace_mark(kernel_arch_ipc_call, "call %u first %d", call, first); | ||
92 | |||
93 | if (call <= SEMTIMEDOP) | 91 | if (call <= SEMTIMEDOP) |
94 | switch (call) { | 92 | switch (call) { |
95 | case SEMOP: | 93 | case SEMOP: |