search for: bc0a849

Displaying 2 results from an estimated 2 matches for "bc0a849".

Did you mean: b0a849f
2017 Sep 01
0
[RFC PATCH v2 1/7] x86/paravirt: Add pv_idle_ops to paravirt ops
...ct pv_lock_ops pv_lock_ops; >> +extern struct pv_idle_ops pv_idle_ops; >> >> #define PARAVIRT_PATCH(x) \ >> (offsetof(struct paravirt_patch_template, x) / sizeof(void *)) >> diff --git a/arch/x86/kernel/paravirt.c b/arch/x86/kernel/paravirt.c >> index bc0a849..1b5b247 100644 >> --- a/arch/x86/kernel/paravirt.c >> +++ b/arch/x86/kernel/paravirt.c >> @@ -128,6 +128,7 @@ static void *get_call_destination(u8 type) >> #ifdef CONFIG_PARAVIRT_SPINLOCKS >> .pv_lock_ops = pv_lock_ops, >> #endif >> + .pv_idle_ops...
2017 Sep 01
0
[RFC PATCH v2 1/7] x86/paravirt: Add pv_idle_ops to paravirt ops
...ct pv_lock_ops pv_lock_ops; >> +extern struct pv_idle_ops pv_idle_ops; >> >> #define PARAVIRT_PATCH(x) \ >> (offsetof(struct paravirt_patch_template, x) / sizeof(void *)) >> diff --git a/arch/x86/kernel/paravirt.c b/arch/x86/kernel/paravirt.c >> index bc0a849..1b5b247 100644 >> --- a/arch/x86/kernel/paravirt.c >> +++ b/arch/x86/kernel/paravirt.c >> @@ -128,6 +128,7 @@ static void *get_call_destination(u8 type) >> #ifdef CONFIG_PARAVIRT_SPINLOCKS >> .pv_lock_ops = pv_lock_ops, >> #endif >> + .pv_idle_ops...