|
@@ -107,7 +107,7 @@ extern unsigned long __hypercall(unsigned long a1, unsigned long a2,
|
|
|
static inline int
|
|
|
xencomm_arch_hypercall_sched_op(int cmd, struct xencomm_handle *arg)
|
|
|
{
|
|
|
- return _hypercall2(int, sched_op_new, cmd, arg);
|
|
|
+ return _hypercall2(int, sched_op, cmd, arg);
|
|
|
}
|
|
|
|
|
|
static inline long
|