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
425c9687
Commit
425c9687
authored
Apr 11, 2004
by
Andrew Morton
Committed by
Linus Torvalds
Apr 11, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] ppc64: UP compile fixes
From: Anton Blanchard <anton@samba.org> UP compile fixes
parent
acfc20f7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
arch/ppc64/kernel/xics.c
arch/ppc64/kernel/xics.c
+7
-0
No files found.
arch/ppc64/kernel/xics.c
View file @
425c9687
...
@@ -236,6 +236,7 @@ static unsigned int real_irq_to_virt(unsigned int real_irq)
...
@@ -236,6 +236,7 @@ static unsigned int real_irq_to_virt(unsigned int real_irq)
return
ptr
-
virt_irq_to_real_map
;
return
ptr
-
virt_irq_to_real_map
;
}
}
#ifdef CONFIG_SMP
static
int
get_irq_server
(
unsigned
int
irq
)
static
int
get_irq_server
(
unsigned
int
irq
)
{
{
cpumask_t
cpumask
=
irq_affinity
[
irq
];
cpumask_t
cpumask
=
irq_affinity
[
irq
];
...
@@ -265,6 +266,12 @@ static int get_irq_server(unsigned int irq)
...
@@ -265,6 +266,12 @@ static int get_irq_server(unsigned int irq)
return
server
;
return
server
;
}
}
#else
static
int
get_irq_server
(
unsigned
int
irq
)
{
return
default_server
;
}
#endif
static
void
xics_enable_irq
(
unsigned
int
virq
)
static
void
xics_enable_irq
(
unsigned
int
virq
)
{
{
...
...
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