From 6827bb817faecede51838e2fcc8b6283e54fe872 Mon Sep 17 00:00:00 2001 From: Glenn Elliott Date: Mon, 14 May 2012 16:51:05 -0400 Subject: Final GPUSync implementation. --- litmus/sched_plugin.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'litmus/sched_plugin.c') diff --git a/litmus/sched_plugin.c b/litmus/sched_plugin.c index 2433297b7482..245e41c25a5d 100644 --- a/litmus/sched_plugin.c +++ b/litmus/sched_plugin.c @@ -13,6 +13,10 @@ #include #include +#ifdef CONFIG_LITMUS_NVIDIA +#include +#endif + /* * Generic function to trigger preemption on either local or remote cpu * from scheduler plugins. The key feature is that this function is @@ -102,6 +106,9 @@ static long litmus_dummy_complete_job(void) static long litmus_dummy_activate_plugin(void) { +#ifdef CONFIG_LITMUS_NVIDIA + shutdown_nvidia_info(); +#endif return 0; } -- cgit v1.2.2