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
30df754d
Commit
30df754d
authored
Mar 15, 2011
by
David S. Miller
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'irq/numa' of
git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
parents
9ecb42fd
1fb0ef31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kernel/irq/manage.c
kernel/irq/manage.c
+1
-1
No files found.
kernel/irq/manage.c
View file @
30df754d
...
@@ -179,7 +179,7 @@ static void irq_affinity_notify(struct work_struct *work)
...
@@ -179,7 +179,7 @@ static void irq_affinity_notify(struct work_struct *work)
cpumask_copy
(
cpumask
,
desc
->
pending_mask
);
cpumask_copy
(
cpumask
,
desc
->
pending_mask
);
else
else
#endif
#endif
cpumask_copy
(
cpumask
,
desc
->
affinity
);
cpumask_copy
(
cpumask
,
desc
->
irq_data
.
affinity
);
raw_spin_unlock_irqrestore
(
&
desc
->
lock
,
flags
);
raw_spin_unlock_irqrestore
(
&
desc
->
lock
,
flags
);
notify
->
notify
(
notify
,
cpumask
);
notify
->
notify
(
notify
,
cpumask
);
...
...
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