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
nexedi
linux
Commits
c8f018d2
Commit
c8f018d2
authored
Mar 20, 2004
by
Andrew Morton
Committed by
Linus Torvalds
Mar 20, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] start_cpu_timer() cannot be __init
It's now called from the CPU hot-add notifier.
parent
33cc912c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mm/slab.c
mm/slab.c
+1
-1
No files found.
mm/slab.c
View file @
c8f018d2
...
...
@@ -576,7 +576,7 @@ static void __slab_error(const char *function, kmem_cache_t *cachep, char *msg)
* Add the CPU number into the expiry time to minimize the possibility of the
* CPUs getting into lockstep and contending for the global cache chain lock.
*/
static
void
__init
start_cpu_timer
(
int
cpu
)
static
void
__
dev
init
start_cpu_timer
(
int
cpu
)
{
struct
timer_list
*
rt
=
&
per_cpu
(
reap_timers
,
cpu
);
...
...
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