From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Salter Subject: Re: [PATCH 12/16] Fix types in EFI calls to match EFI function definitions. Date: Tue, 13 Aug 2013 09:57:44 -0400 Message-ID: <1376402264.27484.22.camel@t520.redhat.com> References: <1376090777-20090-1-git-send-email-roy.franz@linaro.org> <1376090777-20090-13-git-send-email-roy.franz@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1376090777-20090-13-git-send-email-roy.franz@linaro.org> Sender: linux-kernel-owner@vger.kernel.org To: Roy Franz Cc: linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, matt.fleming@intel.com, linux@arm.linux.org.uk, leif.lindholm@linaro.org, dave.martin@arm.com List-Id: linux-efi@vger.kernel.org On Fri, 2013-08-09 at 16:26 -0700, Roy Franz wrote: > EFI calls can made directly on ARM, so the function pointers > are directly invoked. This allows types to be checked at > compile time, so here we ensure that the parameters match > the function signature. > > Signed-off-by: Roy Franz > --- Tested on arm64. Acked-by: Mark Salter