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
e1f08791
Commit
e1f08791
authored
Sep 10, 2004
by
Deepak Saxena
Browse files
Options
Browse Files
Download
Plain Diff
Merge plexity.net:/home/dsaxena/src/linux-2.6-ixp2000
into plexity.net:/home/dsaxena/src/linux-2.6-for-rmk
parents
80649c3b
e7b14085
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
14 deletions
+2
-14
arch/arm/mach-ixp2000/ixdp2x01.c
arch/arm/mach-ixp2000/ixdp2x01.c
+1
-1
arch/arm/mach-ixp2000/pci.c
arch/arm/mach-ixp2000/pci.c
+0
-2
include/asm-arm/arch-ixp2000/system.h
include/asm-arm/arch-ixp2000/system.h
+1
-11
No files found.
arch/arm/mach-ixp2000/ixdp2x01.c
View file @
e1f08791
...
...
@@ -191,7 +191,7 @@ static int __init ixdp2x01_clock_setup(char *str)
return
1
;
}
__setup
(
"ixdp2x01_clock"
,
ixdp2x01_clock_setup
);
__setup
(
"ixdp2x01_clock
=
"
,
ixdp2x01_clock_setup
);
static
void
__init
ixdp2x01_init_time
(
void
)
{
...
...
arch/arm/mach-ixp2000/pci.c
View file @
e1f08791
...
...
@@ -33,8 +33,6 @@
#include <asm/mach/pci.h>
extern
int
(
*
external_fault
)
(
unsigned
long
,
struct
pt_regs
*
);
static
int
pci_master_aborts
=
0
;
static
int
clear_master_aborts
(
void
);
...
...
include/asm-arm/arch-ixp2000/system.h
View file @
e1f08791
...
...
@@ -13,16 +13,9 @@
static
inline
void
arch_idle
(
void
)
{
#if 0
while (!current->need_resched && !hlt_counter) {
cpu_do_idle(IDLE_CLOCK_SLOW);
cpu_do_idle(IDLE_WAIT_FAST);
cpu_do_idle(IDLE_CLOCK_FAST);
}
#endif
cpu_do_idle
();
}
static
inline
void
arch_reset
(
char
mode
)
{
cli
();
...
...
@@ -39,7 +32,4 @@ static inline void arch_reset(char mode)
if
(
*
IXP2000_STRAP_OPTIONS
&
CFG_PCI_BOOT_HOST
)
{
*
(
IXP2000_RESET0
)
|=
(
RSTALL
);
}
}
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