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
f6f380df
Commit
f6f380df
authored
Aug 13, 2013
by
Chris Metcalf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tile: eliminate no-op "noatomichash" boot argument
Signed-off-by:
Chris Metcalf
<
cmetcalf@tilera.com
>
parent
a0099303
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
arch/tile/lib/atomic_32.c
arch/tile/lib/atomic_32.c
+0
-9
No files found.
arch/tile/lib/atomic_32.c
View file @
f6f380df
...
...
@@ -208,15 +208,6 @@ struct __get_user __atomic_bad_address(int __user *addr)
}
#if CHIP_HAS_CBOX_HOME_MAP()
static
int
__init
noatomichash
(
char
*
str
)
{
pr_warning
(
"noatomichash is deprecated.
\n
"
);
return
1
;
}
__setup
(
"noatomichash"
,
noatomichash
);
#endif
void
__init
__init_atomic_per_cpu
(
void
)
{
#if ATOMIC_LOCKS_FOUND_VIA_TABLE()
...
...
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