commit | 623f523cc05c35a385c04fde2114925f5954192b | [log] [tgz] |
---|---|---|
author | Philippe De Muyter <phdm@macqel.be> | Mon Jun 26 11:37:57 2006 +1000 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jun 25 21:04:24 2006 -0700 |
tree | 5bd31c92272974c50650dd276bef3d0719303197 | |
parent | 7bf9a37d8df1e7db82784117d28bb98da5f53f2f [diff] |
[PATCH] m68knommu: improve syscall entry and fix strace Here is a patch to the system call handling for 5307/5272/etc to: - fix the strace support (one tested the wrong bit) - make all system calls a little bit faster by inlining set_esp0 and supporting ENOSYS out of the critical path. - remove extraneous spaces Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>