Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375286
b: refs/heads/master
c: 6dd9148
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed May 9, 2013
1 parent 3c31711 commit 0209977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 91c2e0bcae72a3086c698b5de2b950b885abb0e6
refs/heads/master: 6dd9148bc5d813b543be9cb63949ddfa3bc4a990
10 changes: 1 addition & 9 deletions trunk/arch/unicore32/kernel/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,11 @@
#include <asm/syscalls.h>
#include <asm/cacheflush.h>

/* Note: used by the compat code even in 64-bit Linux. */
SYSCALL_DEFINE6(mmap2, unsigned long, addr, unsigned long, len,
unsigned long, prot, unsigned long, flags,
unsigned long, fd, unsigned long, off_4k)
{
return sys_mmap_pgoff(addr, len, prot, flags, fd,
off_4k);
}

/* Provide the actual syscall number to call mapping. */
#undef __SYSCALL
#define __SYSCALL(nr, call) [nr] = (call),

#define sys_mmap2 sys_mmap_pgoff
/* Note that we don't include <linux/unistd.h> but <asm/unistd.h> */
void *sys_call_table[__NR_syscalls] = {
[0 ... __NR_syscalls-1] = sys_ni_syscall,
Expand Down

0 comments on commit 0209977

Please sign in to comment.