commit | 72a121ba6d1a264b1d42892ec5d3ccd2b2af6b74 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Mar 12 15:55:19 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Mar 12 15:55:19 2007 +0900 |
tree | d9e1d41ee2375ce4b3f85cde83d5b13cc397e1ca | |
parent | bb68660943fc0dc2a5fa634243f3c6b7fb715626 [diff] |
sh: Define missing __NR_readahead. For some reason sh was missing __NR_readahead, even though the syscall was wired up, and the slot was reserved. Caught with dwmw2's missing syscall checker. Signed-off-by: Paul Mundt <lethal@linux-sh.org>