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:
committed by
Paul Mundt
parent
b7d3740ace
commit
4505ffda54
@@ -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:
|
||||
|
Reference in New Issue
Block a user