xen/sched: Drop set_current_state()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 8 Oct 2018 14:28:28 +0000 (15:28 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 8 Oct 2018 17:34:55 +0000 (18:34 +0100)
commit85b00385827e4e061b2ff38b549c03d0f1e66b6a
treea26ce1131a6b4d70f77947637d6fcdebf25903c0
parenta696f4e63ca51693736a6cf7b911522287238653
xen/sched: Drop set_current_state()

This appears to have been a Linux-ism which found its way into the Xen
codebase with the IA64 port, and remained after IA64 was removed.

As far as I can tell from code archeology, none of the other architectures
have ever had a current->state field.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: George Dunlap <george.dunlap@citrix.com>
xen/include/xen/sched.h