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
868accb7
Commit
868accb7
authored
Nov 10, 2005
by
Stephen Rothwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
powerpc: have only one definition of __irq_offset_value
Signed-off-by:
Stephen Rothwell
<
sfr@canb.auug.org.au
>
parent
d9ae2bad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
arch/powerpc/kernel/irq.c
arch/powerpc/kernel/irq.c
+5
-1
arch/powerpc/kernel/setup_32.c
arch/powerpc/kernel/setup_32.c
+0
-4
No files found.
arch/powerpc/kernel/irq.c
View file @
868accb7
...
...
@@ -71,6 +71,11 @@
#include <asm/paca.h>
#endif
int
__irq_offset_value
;
#ifdef CONFIG_PPC32
EXPORT_SYMBOL
(
__irq_offset_value
);
#endif
static
int
ppc_spurious_interrupts
;
#if defined(CONFIG_PPC_ISERIES) && defined(CONFIG_SMP)
...
...
@@ -98,7 +103,6 @@ extern atomic_t ipi_sent;
EXPORT_SYMBOL
(
irq_desc
);
int
distribute_irqs
=
1
;
int
__irq_offset_value
;
u64
ppc64_interrupt_controller
;
#endif
/* CONFIG_PPC64 */
...
...
arch/powerpc/kernel/setup_32.c
View file @
868accb7
...
...
@@ -57,10 +57,6 @@ extern void power4_idle(void);
boot_infos_t
*
boot_infos
;
struct
ide_machdep_calls
ppc_ide_md
;
/* XXX should go elsewhere */
int
__irq_offset_value
;
EXPORT_SYMBOL
(
__irq_offset_value
);
int
boot_cpuid
;
EXPORT_SYMBOL_GPL
(
boot_cpuid
);
int
boot_cpuid_phys
;
...
...
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