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
4cdfc2ec
Commit
4cdfc2ec
authored
May 09, 2012
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: Remove ARMv3 support from decompressor
Signed-off-by:
Russell King
<
rmk+kernel@arm.linux.org.uk
>
parent
357c9c1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
39 deletions
+4
-39
arch/arm/boot/compressed/head.S
arch/arm/boot/compressed/head.S
+4
-39
No files found.
arch/arm/boot/compressed/head.S
View file @
4cdfc2ec
...
@@ -680,18 +680,6 @@ __fa526_cache_on:
...
@@ -680,18 +680,6 @@ __fa526_cache_on:
mcr
p15
,
0
,
r0
,
c8
,
c7
,
0
@
flush
UTLB
mcr
p15
,
0
,
r0
,
c8
,
c7
,
0
@
flush
UTLB
mov
pc
,
r12
mov
pc
,
r12
__arm6_mmu_cache_on
:
mov
r12
,
lr
bl
__setup_mmu
mov
r0
,
#
0
mcr
p15
,
0
,
r0
,
c7
,
c0
,
0
@
invalidate
whole
cache
v3
mcr
p15
,
0
,
r0
,
c5
,
c0
,
0
@
invalidate
whole
TLB
v3
mov
r0
,
#
0x30
bl
__common_mmu_cache_on
mov
r0
,
#
0
mcr
p15
,
0
,
r0
,
c5
,
c0
,
0
@
invalidate
whole
TLB
v3
mov
pc
,
r12
__common_mmu_cache_on
:
__common_mmu_cache_on
:
#ifndef CONFIG_THUMB2_KERNEL
#ifndef CONFIG_THUMB2_KERNEL
#ifndef DEBUG
#ifndef DEBUG
...
@@ -756,16 +744,6 @@ call_cache_fn: adr r12, proc_types
...
@@ -756,16 +744,6 @@ call_cache_fn: adr r12, proc_types
.
align
2
.
align
2
.
type
proc_types
,#
object
.
type
proc_types
,#
object
proc_types
:
proc_types
:
.
word
0x41560600
@
ARM6
/
610
.
word
0xffffffe0
W
(
b
)
__arm6_mmu_cache_off
@
works
,
but
slow
W
(
b
)
__arm6_mmu_cache_off
mov
pc
,
lr
THUMB
(
nop
)
@
b
__arm6_mmu_cache_on
@
untested
@
b
__arm6_mmu_cache_off
@
b
__armv3_mmu_cache_flush
.
word
0x00000000
@
old
ARM
ID
.
word
0x00000000
@
old
ARM
ID
.
word
0x0000f000
.
word
0x0000f000
mov
pc
,
lr
mov
pc
,
lr
...
@@ -777,8 +755,10 @@ proc_types:
...
@@ -777,8 +755,10 @@ proc_types:
.
word
0x41007000
@
ARM7
/
710
.
word
0x41007000
@
ARM7
/
710
.
word
0xfff8fe00
.
word
0xfff8fe00
W
(
b
)
__arm7_mmu_cache_off
mov
pc
,
lr
W
(
b
)
__arm7_mmu_cache_off
THUMB
(
nop
)
mov
pc
,
lr
THUMB
(
nop
)
mov
pc
,
lr
mov
pc
,
lr
THUMB
(
nop
)
THUMB
(
nop
)
...
@@ -977,21 +957,6 @@ __armv7_mmu_cache_off:
...
@@ -977,21 +957,6 @@ __armv7_mmu_cache_off:
mcr
p15
,
0
,
r0
,
c7
,
c5
,
4
@
ISB
mcr
p15
,
0
,
r0
,
c7
,
c5
,
4
@
ISB
mov
pc
,
r12
mov
pc
,
r12
__arm6_mmu_cache_off
:
mov
r0
,
#
0x00000030
@
ARM6
control
reg
.
b
__armv3_mmu_cache_off
__arm7_mmu_cache_off
:
mov
r0
,
#
0x00000070
@
ARM7
control
reg
.
b
__armv3_mmu_cache_off
__armv3_mmu_cache_off
:
mcr
p15
,
0
,
r0
,
c1
,
c0
,
0
@
turn
MMU
and
cache
off
mov
r0
,
#
0
mcr
p15
,
0
,
r0
,
c7
,
c0
,
0
@
invalidate
whole
cache
v3
mcr
p15
,
0
,
r0
,
c5
,
c0
,
0
@
invalidate
whole
TLB
v3
mov
pc
,
lr
/*
/*
*
Clean
and
flush
the
cache
to
maintain
consistency
.
*
Clean
and
flush
the
cache
to
maintain
consistency
.
*
*
...
...
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