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
3639d00e
Commit
3639d00e
authored
May 13, 2004
by
Nicolas Pitre
Committed by
Russell King
May 13, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM PATCH] 1842/1: fix/clarify some comments
Patch from Nicolas Pitre
parent
7852fa90
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
arch/arm/kernel/entry-armv.S
arch/arm/kernel/entry-armv.S
+1
-1
include/asm-arm/thread_info.h
include/asm-arm/thread_info.h
+1
-1
No files found.
arch/arm/kernel/entry-armv.S
View file @
3639d00e
...
...
@@ -1219,7 +1219,7 @@ ENTRY(ret_from_exception)
/*
*
Register
switch
for
ARMv3
and
ARMv4
processors
*
r0
=
previous
t
hread_info
,
r1
=
next
thread_info
*
r0
=
previous
t
ask_struct
,
r1
=
previous
thread_info
,
r2
=
next
thread_info
*
previous
and
next
are
guaranteed
not
to
be
the
same
.
*/
ENTRY
(
__switch_to
)
...
...
include/asm-arm/thread_info.h
View file @
3639d00e
...
...
@@ -40,7 +40,7 @@ struct cpu_context_save {
/*
* low level task data that entry.S needs immediate access to.
*
We assume cpu_context follows immed
ately after cpu_domain.
*
__switch_to() assumes cpu_context follows immedi
ately after cpu_domain.
*/
struct
thread_info
{
unsigned
long
flags
;
/* low level flags */
...
...
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