Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
f2f9b0fc
Commit
f2f9b0fc
authored
Sep 05, 2005
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARM: OMAP: Undo of Imre Deak's v6 prot bits
This is not needed any longer with RMK's patch.
parent
42cb999d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
arch/arm/mm/proc-v6.S
arch/arm/mm/proc-v6.S
+8
-9
No files found.
arch/arm/mm/proc-v6.S
View file @
f2f9b0fc
...
...
@@ -123,11 +123,11 @@ ENTRY(cpu_v6_switch_mm)
*
Permissions
:
*
YUWD
APX
AP1
AP0
SVC
User
*
0
xxx
0
0
0
no
acc
no
acc
*
100
x
1
0
1
r
/
o
no
acc
*
10
x0
1
0
1
r
/
o
no
acc
*
1001
0
0
1
r
/
w
no
acc
*
1011
0
0
1
r
/
w
no
acc
*
11
x0
1
1
0
r
/
o
r
/
o
*
11
01
0
1
0
r
/
w
r
/
o
*
11
0
x
0
1
0
r
/
w
r
/
o
*
11
x0
0
1
0
r
/
w
r
/
o
*
1111
0
1
1
r
/
w
r
/
w
*/
ENTRY
(
cpu_v6_set_pte
)
...
...
@@ -137,15 +137,14 @@ ENTRY(cpu_v6_set_pte)
bic
r2
,
r2
,
#
0x00000003
orr
r2
,
r2
,
#
PTE_EXT_AP0
|
2
tst
r1
,
#
L_PTE_DIRTY
tst
r1
,
#
L_PTE_WRITE
tstne
r1
,
#
L_PTE_DIRTY
orreq
r2
,
r2
,
#
PTE_EXT_APX
tst
r1
,
#
L_PTE_USER
orrne
r2
,
r2
,
#
PTE_EXT_AP1
bicne
r2
,
r2
,
#
PTE_EXT_AP0
tstne
r1
,
#
L_PTE_WRITE
tstne
r1
,
#
L_PTE_DIRTY
eorne
r2
,
r2
,
#
PTE_EXT_AP0
tstne
r2
,
#
PTE_EXT_APX
bicne
r2
,
r2
,
#
PTE_EXT_APX
|
PTE_EXT_AP0
tst
r1
,
#
L_PTE_YOUNG
biceq
r2
,
r2
,
#
PTE_EXT_APX
|
PTE_EXT_AP_MASK
...
...
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