Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752154AbdHHLFn (ORCPT ); Tue, 8 Aug 2017 07:05:43 -0400 Received: from mx08-00252a01.pphosted.com ([91.207.212.211]:34386 "EHLO mx08-00252a01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751925AbdHHLFl (ORCPT ); Tue, 8 Aug 2017 07:05:41 -0400 From: Phil Elwell To: Eric Anholt , Stefan Wahren , Florian Fainelli , Ray Jui , Scott Branden , bcm-kernel-feedback-list@broadcom.com, Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Phil Elwell Subject: [PATCH 0/1] ARM: bcm2836: Send event when onlining other cores Date: Tue, 8 Aug 2017 12:04:54 +0100 Message-Id: <1502190295-53391-1-git-send-email-phil@raspberrypi.org> X-Mailer: git-send-email 1.9.1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-08-08_04:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_spam_notspam policy=outbound_spam score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1706020000 definitions=main-1708080177 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 499 Lines: 16 This two-line patch adds the "sev" instruction required to wake the secondary cores, should they be sleeping in a "wfe" instruction. It applies on top of Eric's bcm2835-soc-smp-cleanup branch[1], after Stefan's patchset moving the SMP startup code out of the irqchip driver. [1] - https://github.com/anholt/linux/commits/bcm2835-soc-smp-cleanup Phil Elwell (1): ARM: bcm2836: Send event when onlining other cores arch/arm/mach-bcm/platsmp.c | 3 +++ 1 file changed, 3 insertions(+) -- 1.9.1