Merge branches 'fixes' and 'misc' into for-next
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 29 Oct 2015 15:21:30 +0000 (15:21 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 29 Oct 2015 15:21:30 +0000 (15:21 +0000)
1  2  3 
arch/arm/Kconfig
arch/arm/include/asm/unistd.h

Simple merge
index 7cba573c2cc9541a23ff2e0675a701117f7cf269,7cba573c2cc9541a23ff2e0675a701117f7cf269,8f63daf3efa39c0a7bea3b490e21fcf6aecef6ab..7b84657fba3577ea3d29ecf1b93e3267feecbb59
    * This may need to be greater than __NR_last_syscall+1 in order to
    * account for the padding in the syscall table
    */
  -#define __NR_syscalls  (388)
  +#define __NR_syscalls  (392)
   
-- /*
--  * *NOTE*: This is a ghost syscall private to the kernel.  Only the
--  * __kuser_cmpxchg code in entry-armv.S should be aware of its
--  * existence.  Don't ever use this from user code.
--  */
-- #define __ARM_NR_cmpxchg             (__ARM_NR_BASE+0x00fff0)
-- 
   #define __ARCH_WANT_STAT64
   #define __ARCH_WANT_SYS_GETHOSTNAME
   #define __ARCH_WANT_SYS_PAUSE