From 6daa2c8751cfab459dc01fbfef7fcfa5c022f41e Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Thu, 25 Feb 2016 22:13:43 +0000 Subject: [PATCH] Fix a mistake that crept in when moving between git and svn, pic_ipi_send should not be called from platform_mp_init_secondary. Sponsored by: ABT Systems Ltd --- sys/arm/qemu/virt_mp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/arm/qemu/virt_mp.c b/sys/arm/qemu/virt_mp.c index d3e868efd3c..e41b12e4bb6 100644 --- a/sys/arm/qemu/virt_mp.c +++ b/sys/arm/qemu/virt_mp.c @@ -103,5 +103,4 @@ platform_mp_init_secondary(void) { intr_pic_init_secondary(); - pic_ipi_send(cpus, ipi); }