asm-generic: hook up new system calls
authorArnd Bergmann <arnd@arndb.de>
Fri, 19 Jun 2009 08:30:29 +0000 (10:30 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 19 Jun 2009 12:58:11 +0000 (14:58 +0200)
commitfcec9bf12442d0cd50d6cee125d168cfc3f37c5e
treefdb912dda667b1166e0448dc0e1161e8e1a972d9
parent1527aab617af87f2d2121fa3ff5aa79d96e7ad2f
asm-generic: hook up new system calls

sys_rt_tgsigqueueinfo and sys_perf_counter_open
have been added in 2.6.31, so hook them up in the
generic unistd.h file.

Since the file is now in the mainline kernel, we
are no longer reordering the numbers but just add
system calls at the end.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/asm-generic/unistd.h