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
ebc7f12f
Commit
ebc7f12f
authored
Mar 04, 2005
by
Pete Popov
Committed by
Ralf Baechle
Oct 29, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Int controller fixes.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
88d535b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
arch/mips/au1000/pb1200/board_setup.c
arch/mips/au1000/pb1200/board_setup.c
+1
-5
No files found.
arch/mips/au1000/pb1200/board_setup.c
View file @
ebc7f12f
...
...
@@ -59,8 +59,6 @@ extern void _board_init_irq(void);
extern
void
(
*
board_init_irq
)(
void
);
#ifdef CONFIG_BLK_DEV_IDE_AU1XXX
extern
struct
ide_ops
*
ide_ops
;
extern
struct
ide_ops
au1xxx_ide_ops
;
extern
u32
au1xxx_ide_virtbase
;
extern
u64
au1xxx_ide_physbase
;
extern
int
au1xxx_ide_irq
;
...
...
@@ -147,7 +145,6 @@ void __init board_setup(void)
/*
* Iniz IDE parameters
*/
ide_ops
=
&
au1xxx_ide_ops
;
au1xxx_ide_irq
=
PB1200_IDE_INT
;
au1xxx_ide_physbase
=
AU1XXX_ATA_PHYS_ADDR
;
au1xxx_ide_virtbase
=
KSEG1ADDR
(
AU1XXX_ATA_PHYS_ADDR
);
...
...
@@ -176,12 +173,11 @@ void __init board_setup(void)
#ifdef CONFIG_MIPS_DB1200
printk
(
"AMD Alchemy Db1200 Board
\n
"
);
#endif
#if 0
/* Setup Pb1200 External Interrupt Controller */
{
extern
void
(
*
board_init_irq
)(
void
);
extern
void
_board_init_irq
(
void
);
board_init_irq
=
_board_init_irq
;
}
#endif
}
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