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
6a4bd8d1
Commit
6a4bd8d1
authored
Mar 10, 2015
by
Rusty Russell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ia64: remove deprecated cpus_ usage.
Signed-off-by:
Rusty Russell
<
rusty@rustcorp.com.au
>
parent
87313df7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/ia64/kernel/irq_ia64.c
arch/ia64/kernel/irq_ia64.c
+2
-2
No files found.
arch/ia64/kernel/irq_ia64.c
View file @
6a4bd8d1
...
...
@@ -173,7 +173,7 @@ static void __clear_irq_vector(int irq)
cfg
->
vector
=
IRQ_VECTOR_UNASSIGNED
;
cfg
->
domain
=
CPU_MASK_NONE
;
irq_status
[
irq
]
=
IRQ_UNUSED
;
cpu
s_andnot
(
vector_table
[
vector
],
vector_table
[
vector
],
domain
);
cpu
mask_andnot
(
&
vector_table
[
vector
],
&
vector_table
[
vector
],
&
domain
);
}
static
void
clear_irq_vector
(
int
irq
)
...
...
@@ -259,7 +259,7 @@ static enum vector_domain_type {
static
cpumask_t
vector_allocation_domain
(
int
cpu
)
{
if
(
vector_domain_type
==
VECTOR_DOMAIN_PERCPU
)
return
cpumask_of_cpu
(
cpu
);
return
*
cpumask_of
(
cpu
);
return
CPU_MASK_ALL
;
}
...
...
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