Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 780acae0 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Revert "irq-gic-v3: Disable group pending interrupts before hotplug""

parents 16aa50d5 c5cdf58c
Loading
Loading
Loading
Loading
+2 −11
Original line number Diff line number Diff line
@@ -527,17 +527,8 @@ static int gic_peek_irq(struct irq_data *d, u32 offset)
static int gic_secondary_init(struct notifier_block *nfb,
			      unsigned long action, void *hcpu)
{
	switch (action) {
	case CPU_STARTING:
	case CPU_STARTING_FROZEN:
	if (action == CPU_STARTING || action == CPU_STARTING_FROZEN)
		gic_cpu_init();
		break;
	case CPU_DYING:
	case CPU_DYING_FROZEN:
		gic_write_grpen1(0);
		break;
	}

	return NOTIFY_OK;
}