Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230634
b: refs/heads/master
c: 664cb71
h: refs/heads/master
v: v3
  • Loading branch information
Hans-Christian Egtvedt committed Jan 13, 2011
1 parent a6378d5 commit 02908a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 12be8e71bf17d403b8f7866a3581ef34b77ea16f
refs/heads/master: 664cb7142ced8b827e92e1851d1ed2cae922f225
9 changes: 0 additions & 9 deletions trunk/arch/avr32/include/asm/syscalls.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,9 @@
#include <linux/signal.h>

/* kernel/process.c */
asmlinkage int sys_fork(struct pt_regs *);
asmlinkage int sys_clone(unsigned long, unsigned long,
unsigned long, unsigned long,
struct pt_regs *);
asmlinkage int sys_vfork(struct pt_regs *);
asmlinkage int sys_execve(const char __user *, char __user *__user *,
char __user *__user *, struct pt_regs *);

/* kernel/signal.c */
asmlinkage int sys_sigaltstack(const stack_t __user *, stack_t __user *,
struct pt_regs *);
asmlinkage int sys_rt_sigreturn(struct pt_regs *);

/* mm/cache.c */
asmlinkage int sys_cacheflush(int, void __user *, size_t);
Expand Down

0 comments on commit 02908a1

Please sign in to comment.