diff options
Diffstat (limited to 'testsuite/systemtap.stress')
-rw-r--r-- | testsuite/systemtap.stress/current.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.stress/current.stp b/testsuite/systemtap.stress/current.stp index 4c0f824c..0b2a7f94 100644 --- a/testsuite/systemtap.stress/current.stp +++ b/testsuite/systemtap.stress/current.stp @@ -24,7 +24,7 @@ probe %( arch != "x86_64" %? # __switch_to can not be probed on x86_64 - see PR2068 kernel.function("__switch_to").call, - %( arch != "i686" %? + %( arch != "i386" %? # __switch_to.return is broken on i686 - see PR4542 kernel.function("__switch_to").return, %) |