Re: [PATCH 2/4] x86: Add UV bios call infrastructure

From: Ingo Molnar
Date: Tue Sep 23 2008 - 07:07:34 EST



* Russ Anderson <rja@xxxxxxx> wrote:

> +/*
> + * IF EFI is not configured, have the EFI calls return unimplemented.
> + */
> +u64 efi_call6(void *fp, u64 arg1, u64 arg2, u64 arg3,
> + u64 arg4, u64 arg5, u64 arg6)
> +{
> + return BIOS_STATUS_UNIMPLEMENTED;
> +}

> +#ifndef CONFIG_EFI
> +extern u64 efi_call6(void *, u64, u64, u64, u64, u64, u64);
> +#endif

shouldnt this be done in include/asm-x86/efi.h and
arch/x86/kernel/efi_stub_64.S instead?

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/