28 Aug, 2007

2 commits

  • Xtensa passes long long arguments in a even/odd register pair,
    so we also need to shuffle the arguments when passed through the
    system call to avoid an empty argument register.

    Signed-off-by: Chris Zankel

    Chris Zankel
     
  • Add missing system calls that have been recently added to the kernel
    for the Xtensa architecture and define __IGNORE macros for system calls
    that we don't need for Xtensa.

    Signed-off-by: Chris Zankel

    Chris Zankel
     

11 Dec, 2006

1 commit

  • This is a long outstanding patch to finally fix the syscall interface. The
    constants used for the system calls are those we have provided in our libc
    patches. This patch also fixes the shmbuf and stat structure, and fcntl
    definitions.

    Signed-off-by: Chris Zankel
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Chris Zankel