Re: Re: [parisc-linux-cvs] linux-2.6.git: Changes to 'master'
Kyle McMartin <[email protected]>
| Newsgroups | gmane.linux.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Dec 23, 2006 at 12:27:16AM +0100, Helge Deller wrote: > On Sat Dec 23 2006, Helge Deller wrote: > > arch/parisc/kernel/syscall_table.S | 4 ++++ > > include/asm-parisc/unistd.h | 6 +++++- > > 2 files changed, 9 insertions(+), 1 deletion(-) > > > > New commits: > > http://git.parisc-linux.org/?p=linux-2.6.git;a=commitdiff;h=5f0f48d1146bd6fce7b5a480625d741320b3b3cd > > commit 5f0f48d1146bd6fce7b5a480625d741320b3b3cd > > Author: Helge Deller <[email protected]> > > Date: Sat Dec 23 00:12:02 2006 +0100 > > > > add missing syscalls for vmsplice, move_pages, getcpu & epoll_pwait > > maybe people here could double-check if my ENTRY_SAME/ENTRY_COMP choice is correct ? > > + ENTRY_SAME(vmsplice) > + ENTRY_COMP(move_pages) /* 295 */ > + ENTRY_SAME(getcpu) > + ENTRY_SAME(epoll_pwait) I can look into these over the next week. Cheers, Kyle