From: Atsushi Nemoto Date: Thu, 10 May 2007 16:02:34 +0000 (+0900) Subject: [MIPS] Run checksyscalls for N32 and O32 ABI X-Git-Tag: v2.6.22-rc1~30^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcbee6410d5c4112593e7082fb8d96dfdc6c1c25;p=pandora-kernel.git [MIPS] Run checksyscalls for N32 and O32 ABI On 64-bit MIPS, only N64 ABI is checked by default. This patch adds some rules for other ABIs. This results in these warnings at the moment: CALL-N32 /home/git/linux-mips/scripts/checksyscalls.sh :148:2: warning: #warning syscall time not implemented :424:2: warning: #warning syscall select not implemented :440:2: warning: #warning syscall uselib not implemented :856:2: warning: #warning syscall vfork not implemented :868:2: warning: #warning syscall truncate64 not implemented :872:2: warning: #warning syscall ftruncate64 not implemented :876:2: warning: #warning syscall stat64 not implemented :880:2: warning: #warning syscall lstat64 not implemented :884:2: warning: #warning syscall fstat64 not implemented :980:2: warning: #warning syscall getdents64 not implemented :1176:2: warning: #warning syscall fadvise64_64 not implemented :1284:2: warning: #warning syscall fstatat64 not implemented :1364:2: warning: #warning syscall utimensat not implemented CALL-O32 /home/git/linux-mips/scripts/checksyscalls.sh :424:2: warning: #warning syscall select not implemented :856:2: warning: #warning syscall vfork not implemented :1176:2: warning: #warning syscall fadvise64_64 not implemented :1364:2: warning: #warning syscall utimensat not implemented CALL /home/git/linux-mips/scripts/checksyscalls.sh :148:2: warning: #warning syscall time not implemented :424:2: warning: #warning syscall select not implemented :440:2: warning: #warning syscall uselib not implemented :856:2: warning: #warning syscall vfork not implemented :980:2: warning: #warning syscall getdents64 not implemented :1364:2: warning: #warning syscall utimensat not implemented Signed-off-by: Atsushi Nemoto Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed