Merge branch 'fix/soundcore' into for-linus
[pandora-kernel.git] / arch / sh / kernel / sys_sh.c
index e3a7e36..90d00e4 100644 (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: