Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148636
b: refs/heads/master
c: 65504a4
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed May 26, 2009
1 parent 6aa269b commit ec609e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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: d4c1285ef0d6b005f4e7651ee1e7cf304b4e97dc
refs/heads/master: 65504a47e02e4e6e58884376f4a700f83cc8234f
2 changes: 1 addition & 1 deletion trunk/arch/microblaze/kernel/entry-nommu.S
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include <linux/linkage.h>
#include <asm/thread_info.h>
#include <asm/errno.h>
#include <linux/errno.h>
#include <asm/entry.h>
#include <asm/asm-offsets.h>
#include <asm/registers.h>
Expand Down
6 changes: 5 additions & 1 deletion trunk/arch/microblaze/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ ENTRY(sys_call_table)
.long sys_restart_syscall /* 0 - old "setup()" system call,
* used for restarting */
.long sys_exit
.long sys_ni_syscall /* was fork */
#ifdef CONFIG_MMU
.long sys_fork_wrapper
#else
.long sys_ni_syscall
#endif
.long sys_read
.long sys_write
.long sys_open /* 5 */
Expand Down

0 comments on commit ec609e2

Please sign in to comment.