On Mon, 27 Jun, at 01:00:50PM, Ingo Molnar wrote:
>
> Note that while at it I renamed 'flags' to '__flags' because 'flags' is
> a commonly used variable name and the 'efi_status_t __s' variable was
> macro-prefixed already.
>
> Any objections?
Nope, that's fine.
On Mon, Jun 27, 2016 at 01:00:50PM +0200, Ingo Molnar wrote:
>
> * Matt Fleming wrote:
>
> > +#define efi_call_virt_pointer(p, f, args...)
> > \
> > +({ \
> > + efi_status_t __s;
* Matt Fleming wrote:
> +#define efi_call_virt_pointer(p, f, args...) \
> +({ \
> + efi_status_t __s; \
> + unsigned long flags;
From: Alex Thorlton
This commit makes a few slight modifications to the efi_call_virt macro
to get it to work with function pointers that are stored in locations
other than efi.systab->runtime, and renames the macro to
efi_call_virt_pointer. The majority of the changes here are to pull
these mac
4 matches
Mail list logo