Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361940
b: refs/heads/master
c: 8ff14bb
h: refs/heads/master
v: v3
  • Loading branch information
Vineet Gupta committed Mar 11, 2013
1 parent 9dd9843 commit 8d020ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 1540c85b176180e5e0b312dd98db7f438baf8a24
refs/heads/master: 8ff14bbc6a2083e83c6d387d025fb67ba639807c
4 changes: 1 addition & 3 deletions trunk/arch/arc/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,8 @@ char *arc_extn_mumbojumbo(int cpu_id, char *buf, int len)

n += scnprintf(buf + n, len - n, "\n");

#ifdef _ASM_GENERIC_UNISTD_H
n += scnprintf(buf + n, len - n,
"OS ABI [v2]\t: asm-generic/{unistd,stat,fcntl}\n");
#endif
"OS ABI [v3]\t: no-legacy-syscalls\n");

return buf;
}
Expand Down

0 comments on commit 8d020ad

Please sign in to comment.