unisys: remove the thread variable and API

remove the should_stop variable and KILL API as they are
no longer required

Cc: Ken Cox <jkc@redhat.com>
Cc: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Devendra Naga 2015-02-19 14:08:34 -05:00 committed by Greg Kroah-Hartman
parent e0f2f18eb2
commit 58701e5a59
2 changed files with 0 additions and 3 deletions

View File

@ -27,7 +27,6 @@
struct uisthread_info {
struct task_struct *task;
int id;
int should_stop;
struct completion has_stopped;
};

View File

@ -24,8 +24,6 @@
#include "uisutils.h"
#include "uisthread.h"
#define KILL(a, b, c) kill_pid(find_vpid(a), b, c)
/* this is shorter than using __FILE__ (full path name) in
* debug/info/error messages
*/