commit | 8ff14bbc6a2083e83c6d387d025fb67ba639807c | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Wed Mar 06 14:33:27 2013 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Mon Mar 11 19:01:09 2013 +0530 |
tree | 7c41b290271a402ce9bc9ed84e56135c013e6327 | |
parent | 1540c85b176180e5e0b312dd98db7f438baf8a24 [diff] |
ARC: ABIv3: Print the correct ABI ver Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
diff --git a/arch/arc/kernel/setup.c b/arch/arc/kernel/setup.c index dc0f968..2d95ac0 100644 --- a/arch/arc/kernel/setup.c +++ b/arch/arc/kernel/setup.c
@@ -232,10 +232,8 @@ 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; }