Commit 381f1041 authored by Alexander Viro's avatar Alexander Viro Committed by David S. Miller

[SPARC]: No iBCS2 on sparc, TYVM...

Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ee2cff8d
...@@ -197,8 +197,7 @@ asmlinkage int sys_ipc (uint call, int first, int second, int third, void __user ...@@ -197,8 +197,7 @@ asmlinkage int sys_ipc (uint call, int first, int second, int third, void __user
goto out; goto out;
} }
case 1: /* iBCS2 emulator entry point */ case 1: /* iBCS2 emulator entry point */
err = do_shmat (first, (char __user *) ptr, err = -EINVAL;
second, (ulong *) third);
goto out; goto out;
} }
case SHMDT: case SHMDT:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment