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)
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>

No differences found