Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754719AbcLND1T (ORCPT ); Tue, 13 Dec 2016 22:27:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54798 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752437AbcLND1P (ORCPT ); Tue, 13 Dec 2016 22:27:15 -0500 From: Josh Poimboeuf To: x86@kernel.org Cc: linux-kernel@vger.kernel.org, Borislav Petkov , Andy Lutomirski Subject: [PATCH 0/2] x86/boot/64: a couple of start_cpu() cleanups Date: Tue, 13 Dec 2016 21:25:34 -0600 Message-Id: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Wed, 14 Dec 2016 03:25:47 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 232 Lines: 9 Josh Poimboeuf (2): x86/boot/64: use 'push' instead of 'call' in start_cpu() x86/boot/64: push correct start_cpu() return address arch/x86/kernel/head_64.S | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -- 2.7.4