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
44a66fd5
Commit
44a66fd5
authored
Oct 04, 2003
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Select decompressor mmu handling based upon the architecture IDs.
parent
af1371dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
2 deletions
+24
-2
arch/arm/boot/compressed/head.S
arch/arm/boot/compressed/head.S
+24
-2
No files found.
arch/arm/boot/compressed/head.S
View file @
44a66fd5
...
...
@@ -477,6 +477,12 @@ proc_types:
@
b
__arm6_cache_off
@
b
__armv3_cache_flush
.
word
0x00000000
@
old
ARM
ID
.
word
0x0000f000
mov
pc
,
lr
mov
pc
,
lr
mov
pc
,
lr
.
word
0x41007000
@
ARM7
/
710
.
word
0xfff8fe00
b
__arm7_cache_off
...
...
@@ -489,6 +495,14 @@ proc_types:
b
__armv4_cache_off
mov
pc
,
lr
.
word
0x00007000
@
ARM7
IDs
.
word
0x0000f000
mov
pc
,
lr
mov
pc
,
lr
mov
pc
,
lr
@
Everything
from
here
on
will
be
the
new
ID
system
.
.
word
0x41129200
@
ARM920T
.
word
0xff00fff0
b
__armv4_cache_on
...
...
@@ -507,8 +521,16 @@ proc_types:
b
__armv4_cache_off
b
__armv4_cache_flush
.
word
0x69050000
@
xscale
.
word
0xffff0000
@
These
match
on
the
architecture
ID
.
word
0x00050000
@
ARMv5TE
.
word
0x000f0000
b
__armv4_cache_on
b
__armv4_cache_off
b
__armv4_cache_flush
.
word
0x00060000
@
ARMv5TEJ
.
word
0x000f0000
b
__armv4_cache_on
b
__armv4_cache_off
b
__armv4_cache_flush
...
...
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