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
26baeba8
Commit
26baeba8
authored
Oct 19, 2005
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge master.kernel.org:/home/rmk/linux-2.6-arm
parents
281dd25c
67c5587a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
arch/arm/mm/proc-v6.S
arch/arm/mm/proc-v6.S
+8
-1
include/asm-arm/arch-pxa/pxa-regs.h
include/asm-arm/arch-pxa/pxa-regs.h
+1
-1
No files found.
arch/arm/mm/proc-v6.S
View file @
26baeba8
...
@@ -55,7 +55,14 @@ ENTRY(cpu_v6_proc_init)
...
@@ -55,7 +55,14 @@ ENTRY(cpu_v6_proc_init)
mov
pc
,
lr
mov
pc
,
lr
ENTRY
(
cpu_v6_proc_fin
)
ENTRY
(
cpu_v6_proc_fin
)
mov
pc
,
lr
stmfd
sp
!,
{
lr
}
cpsid
if
@
disable
interrupts
bl
v6_flush_kern_cache_all
mrc
p15
,
0
,
r0
,
c1
,
c0
,
0
@
ctrl
register
bic
r0
,
r0
,
#
0x1000
@
...
i
............
bic
r0
,
r0
,
#
0x0006
@
.............
ca
.
mcr
p15
,
0
,
r0
,
c1
,
c0
,
0
@
disable
caches
ldmfd
sp
!,
{
pc
}
/*
/*
*
cpu_v6_reset
(
loc
)
*
cpu_v6_reset
(
loc
)
...
...
include/asm-arm/arch-pxa/pxa-regs.h
View file @
26baeba8
...
@@ -653,7 +653,7 @@
...
@@ -653,7 +653,7 @@
#define UDCCS_IO_RFS (1 << 0)
/* Receive FIFO service */
#define UDCCS_IO_RFS (1 << 0)
/* Receive FIFO service */
#define UDCCS_IO_RPC (1 << 1)
/* Receive packet complete */
#define UDCCS_IO_RPC (1 << 1)
/* Receive packet complete */
#define UDCCS_IO_ROF (1 <<
3
)
/* Receive overflow */
#define UDCCS_IO_ROF (1 <<
2
)
/* Receive overflow */
#define UDCCS_IO_DME (1 << 3)
/* DMA enable */
#define UDCCS_IO_DME (1 << 3)
/* DMA enable */
#define UDCCS_IO_RNE (1 << 6)
/* Receive FIFO not empty */
#define UDCCS_IO_RNE (1 << 6)
/* Receive FIFO not empty */
#define UDCCS_IO_RSP (1 << 7)
/* Receive short packet */
#define UDCCS_IO_RSP (1 << 7)
/* Receive short packet */
...
...
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