blob: e7d09a614d1028b4e0673f73f05d3fa0388e23f5 [file] [log] [blame]
Aurelien Jacquiot8a0c9e02011-10-04 12:21:06 -04001/*
2 * Copyright (C) 2011 Texas Instruments Incorporated
3 *
4 * Based on arch/tile version.
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation, version 2.
9 *
10 * This program is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
13 * NON INFRINGEMENT. See the GNU General Public License for
14 * more details.
15 */
Aurelien Jacquiot8a0c9e02011-10-04 12:21:06 -040016
Al Viro951b3962012-10-21 16:37:49 -040017#define __ARCH_WANT_SYS_CLONE
Mark Salter39fcf442012-09-21 12:26:38 -040018
Aurelien Jacquiot8a0c9e02011-10-04 12:21:06 -040019/* Use the standard ABI for syscalls. */
20#include <asm-generic/unistd.h>
21
22/* C6X-specific syscalls. */
23#define __NR_cache_sync (__NR_arch_specific_syscall + 0)
24__SYSCALL(__NR_cache_sync, sys_cache_sync)