Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martyn Welch
linux
Commits
6a4bd8d1
Commit
6a4bd8d1
authored
10 years ago
by
Rusty Russell
Browse files
Options
Downloads
Patches
Plain Diff
ia64: remove deprecated cpus_ usage.
Signed-off-by:
Rusty Russell
<
rusty@rustcorp.com.au
>
parent
87313df7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/ia64/kernel/irq_ia64.c
+2
-2
2 additions, 2 deletions
arch/ia64/kernel/irq_ia64.c
with
2 additions
and
2 deletions
arch/ia64/kernel/irq_ia64.c
+
2
−
2
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
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment