|
@@ -47,6 +47,7 @@
|
|
#include <linux/ktime.h>
|
|
#include <linux/ktime.h>
|
|
#include <asm/byteorder.h>
|
|
#include <asm/byteorder.h>
|
|
#include <linux/torture.h>
|
|
#include <linux/torture.h>
|
|
|
|
+#include "rcu/rcu.h"
|
|
|
|
|
|
MODULE_LICENSE("GPL");
|
|
MODULE_LICENSE("GPL");
|
|
MODULE_AUTHOR("Paul E. McKenney <paulmck@us.ibm.com>");
|
|
MODULE_AUTHOR("Paul E. McKenney <paulmck@us.ibm.com>");
|
|
@@ -500,7 +501,7 @@ static int torture_shutdown(void *arg)
|
|
torture_shutdown_hook();
|
|
torture_shutdown_hook();
|
|
else
|
|
else
|
|
VERBOSE_TOROUT_STRING("No torture_shutdown_hook(), skipping.");
|
|
VERBOSE_TOROUT_STRING("No torture_shutdown_hook(), skipping.");
|
|
- ftrace_dump(DUMP_ALL);
|
|
|
|
|
|
+ rcu_ftrace_dump(DUMP_ALL);
|
|
kernel_power_off(); /* Shut down the system. */
|
|
kernel_power_off(); /* Shut down the system. */
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|