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
d524e032
Commit
d524e032
authored
Feb 11, 2009
by
Ingo Molnar
Browse files
Options
Browse Files
Download
Plain Diff
Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core
parents
ae216dd2
7d6d49b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
arch/x86/kernel/ftrace.c
arch/x86/kernel/ftrace.c
+5
-3
No files found.
arch/x86/kernel/ftrace.c
View file @
d524e032
...
...
@@ -471,13 +471,15 @@ void prepare_ftrace_return(unsigned long *parent, unsigned long self_addr)
"1: "
_ASM_MOV
" (%[parent_old]), %[old]
\n
"
"2: "
_ASM_MOV
" %[return_hooker], (%[parent_replaced])
\n
"
" movl $0, %[faulted]
\n
"
"3:
\n
"
".section .fixup,
\"
ax
\"\n
"
"3: movl $1, %[faulted]
\n
"
"4: movl $1, %[faulted]
\n
"
" jmp 3b
\n
"
".previous
\n
"
_ASM_EXTABLE
(
1
b
,
3
b
)
_ASM_EXTABLE
(
2
b
,
3
b
)
_ASM_EXTABLE
(
1
b
,
4
b
)
_ASM_EXTABLE
(
2
b
,
4
b
)
:
[
parent_replaced
]
"=r"
(
parent
),
[
old
]
"=r"
(
old
),
[
faulted
]
"=r"
(
faulted
)
...
...
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