~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/mips/include/asm/unistd.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
359
359
#define __NR_fanotify_init              (__NR_Linux + 336)
360
360
#define __NR_fanotify_mark              (__NR_Linux + 337)
361
361
#define __NR_prlimit64                  (__NR_Linux + 338)
 
362
#define __NR_name_to_handle_at          (__NR_Linux + 339)
 
363
#define __NR_open_by_handle_at          (__NR_Linux + 340)
 
364
#define __NR_clock_adjtime              (__NR_Linux + 341)
 
365
#define __NR_syncfs                     (__NR_Linux + 342)
 
366
#define __NR_setns                      (__NR_Linux + 343)
362
367
 
363
368
/*
364
369
 * Offset of the last Linux o32 flavoured syscall
365
370
 */
366
 
#define __NR_Linux_syscalls             338
 
371
#define __NR_Linux_syscalls             343
367
372
 
368
373
#endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */
369
374
 
370
375
#define __NR_O32_Linux                  4000
371
 
#define __NR_O32_Linux_syscalls         338
 
376
#define __NR_O32_Linux_syscalls         343
372
377
 
373
378
#if _MIPS_SIM == _MIPS_SIM_ABI64
374
379
 
674
679
#define __NR_fanotify_init              (__NR_Linux + 295)
675
680
#define __NR_fanotify_mark              (__NR_Linux + 296)
676
681
#define __NR_prlimit64                  (__NR_Linux + 297)
 
682
#define __NR_name_to_handle_at          (__NR_Linux + 298)
 
683
#define __NR_open_by_handle_at          (__NR_Linux + 299)
 
684
#define __NR_clock_adjtime              (__NR_Linux + 300)
 
685
#define __NR_syncfs                     (__NR_Linux + 301)
 
686
#define __NR_setns                      (__NR_Linux + 302)
677
687
 
678
688
/*
679
689
 * Offset of the last Linux 64-bit flavoured syscall
680
690
 */
681
 
#define __NR_Linux_syscalls             297
 
691
#define __NR_Linux_syscalls             302
682
692
 
683
693
#endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */
684
694
 
685
695
#define __NR_64_Linux                   5000
686
 
#define __NR_64_Linux_syscalls          297
 
696
#define __NR_64_Linux_syscalls          302
687
697
 
688
698
#if _MIPS_SIM == _MIPS_SIM_NABI32
689
699
 
994
1004
#define __NR_fanotify_init              (__NR_Linux + 300)
995
1005
#define __NR_fanotify_mark              (__NR_Linux + 301)
996
1006
#define __NR_prlimit64                  (__NR_Linux + 302)
 
1007
#define __NR_name_to_handle_at          (__NR_Linux + 303)
 
1008
#define __NR_open_by_handle_at          (__NR_Linux + 304)
 
1009
#define __NR_clock_adjtime              (__NR_Linux + 305)
 
1010
#define __NR_syncfs                     (__NR_Linux + 306)
 
1011
#define __NR_setns                      (__NR_Linux + 307)
997
1012
 
998
1013
/*
999
1014
 * Offset of the last N32 flavoured syscall
1000
1015
 */
1001
 
#define __NR_Linux_syscalls             302
 
1016
#define __NR_Linux_syscalls             307
1002
1017
 
1003
1018
#endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */
1004
1019
 
1005
1020
#define __NR_N32_Linux                  6000
1006
 
#define __NR_N32_Linux_syscalls         302
 
1021
#define __NR_N32_Linux_syscalls         307
1007
1022
 
1008
1023
#ifdef __KERNEL__
1009
1024