Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86262
b: refs/heads/master
c: b142240
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Feb 20, 2008
1 parent 359dab5 commit a5ac1e7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6ca94a13392363d75126029ca7d936825bb16f4e
refs/heads/master: b1422401f2491ecb7579c8d241e1f924b35e6b67
2 changes: 2 additions & 0 deletions trunk/arch/sparc64/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include <linux/tick.h>
#include <linux/init.h>
#include <linux/cpu.h>
#include <linux/elfcore.h>

#include <asm/oplib.h>
#include <asm/uaccess.h>
Expand All @@ -48,6 +49,7 @@
#include <asm/hypervisor.h>
#include <asm/sstate.h>
#include <asm/reboot.h>
#include <asm/syscalls.h>

/* #define VERBOSE_SHOWREGS */

Expand Down
13 changes: 13 additions & 0 deletions trunk/include/asm-sparc64/syscalls.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#ifndef _SPARC64_SYSCALLS_H
#define _SPARC64_SYSCALLS_H

struct pt_regs;

extern asmlinkage long sparc_do_fork(unsigned long clone_flags,
unsigned long stack_start,
struct pt_regs *regs,
unsigned long stack_size);

extern asmlinkage int sparc_execve(struct pt_regs *regs);

#endif /* _SPARC64_SYSCALLS_H */

0 comments on commit a5ac1e7

Please sign in to comment.