git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1527aab
)
asm-generic: hook up new system calls
author
Arnd Bergmann
<arnd@arndb.de>
Fri, 19 Jun 2009 08:30:29 +0000
(10:30 +0200)
committer
Arnd 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