sh: Define missing __NR_readahead.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 12 Mar 2007 06:55:19 +0000 (15:55 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 12 Mar 2007 06:55:19 +0000 (15:55 +0900)
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>

No differences found