Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d04f90ff authored by Linus Torvalds's avatar Linus Torvalds
Browse files
Pull asm-generic cleanup from Arnd Bergmann:
 "I have only one patch for asm-generic in this release, this one is
  from James Hogan and updates the generic system call table for
  renameat2 so we don't need to provide both renameat and renameat2 in
  newly added architectures"

* tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic:
  asm-generic: Drop renameat syscall from default list
parents 5d22c5ab b0da6d44
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -15,6 +15,7 @@
#if !defined(_UAPI_ASM_ARC_UNISTD_H) || defined(__SYSCALL)
#if !defined(_UAPI_ASM_ARC_UNISTD_H) || defined(__SYSCALL)
#define _UAPI_ASM_ARC_UNISTD_H
#define _UAPI_ASM_ARC_UNISTD_H


#define __ARCH_WANT_RENAMEAT
#define __ARCH_WANT_SYS_EXECVE
#define __ARCH_WANT_SYS_EXECVE
#define __ARCH_WANT_SYS_CLONE
#define __ARCH_WANT_SYS_CLONE
#define __ARCH_WANT_SYS_VFORK
#define __ARCH_WANT_SYS_VFORK
+3 −0
Original line number Original line Diff line number Diff line
@@ -13,4 +13,7 @@
 * You should have received a copy of the GNU General Public License
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 */

#define __ARCH_WANT_RENAMEAT

#include <asm-generic/unistd.h>
#include <asm-generic/unistd.h>
+1 −0
Original line number Original line Diff line number Diff line
@@ -14,6 +14,7 @@
 *   more details.
 *   more details.
 */
 */


#define __ARCH_WANT_RENAMEAT
#define __ARCH_WANT_SYS_CLONE
#define __ARCH_WANT_SYS_CLONE


/* Use the standard ABI for syscalls. */
/* Use the standard ABI for syscalls. */
+2 −0
Original line number Original line Diff line number Diff line
#define __ARCH_NOMMU
#define __ARCH_NOMMU


#define __ARCH_WANT_RENAMEAT

#include <asm-generic/unistd.h>
#include <asm-generic/unistd.h>
+1 −0
Original line number Original line Diff line number Diff line
@@ -27,6 +27,7 @@
 */
 */


#define sys_mmap2 sys_mmap_pgoff
#define sys_mmap2 sys_mmap_pgoff
#define __ARCH_WANT_RENAMEAT
#define __ARCH_WANT_SYS_EXECVE
#define __ARCH_WANT_SYS_EXECVE
#define __ARCH_WANT_SYS_CLONE
#define __ARCH_WANT_SYS_CLONE
#define __ARCH_WANT_SYS_VFORK
#define __ARCH_WANT_SYS_VFORK
Loading