Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
8ff14bbc
Commit
8ff14bbc
authored
Mar 06, 2013
by
Vineet Gupta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARC: ABIv3: Print the correct ABI ver
Signed-off-by:
Vineet Gupta
<
vgupta@synopsys.com
>
parent
1540c85b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
arch/arc/kernel/setup.c
arch/arc/kernel/setup.c
+1
-3
No files found.
arch/arc/kernel/setup.c
View file @
8ff14bbc
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment