Re: [PATCH -mm] EFI : Split EFI tables parsing code from EFI runtime service support code

2008-01-02 Thread Huang, Ying
On Sun, 2007-12-30 at 15:28 +0100, Ingo Molnar wrote: > * Huang, Ying <[EMAIL PROTECTED]> wrote: > > > +struct efi_tables efi_tables; > > +EXPORT_SYMBOL(efi_tables); > > > +enum bios_type bios_type = BIOS_LEGACY; > > +EXPORT_SYMBOL(bios_type); > > please make all the new exports EXPORT_SYMBOL_GP

Re: [PATCH -mm] EFI : Split EFI tables parsing code from EFI runtime service support code

2007-12-30 Thread Ingo Molnar
* Huang, Ying <[EMAIL PROTECTED]> wrote: > +struct efi_tables efi_tables; > +EXPORT_SYMBOL(efi_tables); > +enum bios_type bios_type = BIOS_LEGACY; > +EXPORT_SYMBOL(bios_type); please make all the new exports EXPORT_SYMBOL_GPL(). Ingo -- To unsubscribe from this list: send the line "uns

[PATCH -mm] EFI : Split EFI tables parsing code from EFI runtime service support code

2007-12-28 Thread Huang, Ying
This patch split EFI tables parsing code from EFI runtime service support code. This makes ACPI support and DMI support on EFI platform not depend on EFI runtime service support. Both EFI32 and EFI64 tables parsing functions are provided on i386 and x86_64. This makes it possible to use EFI informa