Thread (7 messages) flat view 7 messages, 2 authors, 2020-03-19

Re: [PATCH v2 2/2] x86/xen: Make the secondary CPU idle tasks reliable

From: Jan Beulich <hidden>
Date: 2020-03-19 10:03:17
Also in: lkml, xen-devel

On 19.03.2020 10:56, Miroslav Benes wrote:
quoted hunk ↗ jump to hunk
--- a/arch/x86/xen/smp_pv.c
+++ b/arch/x86/xen/smp_pv.c
@@ -53,6 +53,7 @@ static DEFINE_PER_CPU(struct xen_common_irq, xen_irq_work) = { .irq = -1 };
 static DEFINE_PER_CPU(struct xen_common_irq, xen_pmu_irq) = { .irq = -1 };
 
 static irqreturn_t xen_irq_work_interrupt(int irq, void *dev_id);
+extern unsigned char asm_cpu_bringup_and_idle[];
Imo this would better reflect the actual type, i.e. be a function
decl. If left as an array one, I guess you may want to add const.

Jan
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help