From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v3 22/22] arm64: KVM: Remove weak attributes Date: Mon, 14 Dec 2015 12:07:29 +0100 Message-ID: <20151214110729.GC4120@cbox> References: <1449485618-9443-1-git-send-email-marc.zyngier@arm.com> <1449485618-9443-23-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Alex =?iso-8859-1?Q?Benn=E9e?= , Steve Capper , Ard Biesheuvel , Mark Rutland , Catalin Marinas , linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu To: Marc Zyngier Return-path: Received: from mail-wm0-f43.google.com ([74.125.82.43]:33181 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932184AbbLNLHb (ORCPT ); Mon, 14 Dec 2015 06:07:31 -0500 Received: by mail-wm0-f43.google.com with SMTP id n186so40123138wmn.0 for ; Mon, 14 Dec 2015 03:07:31 -0800 (PST) Content-Disposition: inline In-Reply-To: <1449485618-9443-23-git-send-email-marc.zyngier@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Dec 07, 2015 at 10:53:38AM +0000, Marc Zyngier wrote: > As we've now switched to the new world switch implementation, > remove the weak attributes, as nobody is supposed to override > it anymore. > > Signed-off-by: Marc Zyngier Acked-by: Christoffer Dall