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
a6cb3a52
Commit
a6cb3a52
authored
Aug 03, 2002
by
Rusty Russell
Committed by
Russell King
Aug 03, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TRIVIAL] Typos in linux_arch_arm_kernel_entry-armo.S
From: (via Rusty) James Mayer <james@cobaltmountain.com>
parent
9257dd56
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
arch/arm/kernel/entry-armo.S
arch/arm/kernel/entry-armo.S
+4
-4
No files found.
arch/arm/kernel/entry-armo.S
View file @
a6cb3a52
...
...
@@ -244,7 +244,7 @@ vector_prefetch:
tst
lr
,
#
3
bne
__pabt_invalid
save_user_regs
teqp
pc
,
#
0x00000003
@
NOT
a
problem
-
doesnt
change
mode
teqp
pc
,
#
0x00000003
@
NOT
a
problem
-
doesn
'
t change mode
mask_pc
r0
,
lr
@
Address
of
abort
mov
r1
,
sp
@
Tasks
registers
bl
do_PrefetchAbort
...
...
@@ -295,7 +295,7 @@ Laddrexcptn_not_user:
and
r2
,
lr
,
#
3
teq
r2
,
#
3
bne
Laddrexcptn_illegal_mode
teqp
pc
,
#
0x00000003
@
NOT
a
problem
-
doesnt
change
mode
teqp
pc
,
#
0x00000003
@
NOT
a
problem
-
doesn
'
t change mode
mask_pc
r0
,
lr
mov
r1
,
sp
orr
r2
,
r2
,
#
0x400
...
...
@@ -399,7 +399,7 @@ vector_data: sub lr, lr, #8 @ Correct lr
tst
lr
,
#
3
bne
Ldata_not_user
save_user_regs
teqp
pc
,
#
0x00000003
@
NOT
a
problem
-
doesnt
change
mode
teqp
pc
,
#
0x00000003
@
NOT
a
problem
-
doesn
'
t change mode
mask_pc
r0
,
lr
bl
Ldata_do
b
ret_from_exception
...
...
@@ -410,7 +410,7 @@ Ldata_not_user:
teq
r2
,
#
3
bne
Ldata_illegal_mode
tst
lr
,
#
0x08000000
teqeqp
pc
,
#
0x00000003
@
NOT
a
problem
-
doesnt
change
mode
teqeqp
pc
,
#
0x00000003
@
NOT
a
problem
-
doesn
'
t change mode
mask_pc
r0
,
lr
bl
Ldata_do
SVC_RESTORE_ALL
...
...
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