git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
593c4f7
)
[S390] ftrace: drop nmi protection
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Tue, 6 Oct 2009 08:34:07 +0000
(10:34 +0200)
committer
Martin Schwidefsky
<sky@mschwide.boeblingen.de.ibm.com>
Tue, 6 Oct 2009 08:35:08 +0000
(10:35 +0200)
The function graph tracer used to have a protection against NMI
while entering a function entry tracing. But this is useless now,
the tracer is reentrant and the ring buffer supports NMI tracing.
Same as
07868b086cca784f4b532fc2ab574ec3a73b468a
for x86.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
No differences found