sh: remove stray markers.

arch/sh has a couple of stray markers without any users introduced
in commit 3d58695edb.  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>
This commit is contained in:
Christoph Hellwig
2009-06-18 13:38:26 +09:00
committed by Paul Mundt
parent b7d3740ace
commit 4505ffda54
4 changed files with 1 additions and 14 deletions

View File

@@ -88,8 +88,6 @@ asmlinkage int sys_ipc(uint call, int first, int second,
version = call >> 16; /* hack for backward compatibility */
call &= 0xffff;
trace_mark(kernel_arch_ipc_call, "call %u first %d", call, first);
if (call <= SEMTIMEDOP)
switch (call) {
case SEMOP: