Messages in this thread |  | | From | Matt_Domsch@Dell ... | Subject | [BK PATCH 2.5.x] move asm-ia64/efi.h to linux/efi.h | Date | Sat, 17 Aug 2002 13:10:06 -0500 |
| |
Linus, please apply http://domsch.com/linux/patches/ia64/linux-2.5-efihmove.cset a BK patch against Linus' current BK tree, which also applies cleanly against the IA64 port 2.5.30 test patch posted last Monday. This moves all instances of #include <asm{"",-ia64}/efi.h> to <linux/efi.h>.
ChangeSet@1.504, 2002-08-13 22:24:31-05:00, Matt_Domsch@dell.com Move include/asm-ia64/efi.h to include/linux/efi.h This is required now that non-ia64 architectures are using EFI code, particularly the EFI GUID Partition Table (GPT) scheme for large disks.
b/arch/ia64/hp/common/sba_iommu.c | 2 b/arch/ia64/hp/zx1/hpzx1_misc.c | 2 b/arch/ia64/kernel/acpi.c | 2 b/arch/ia64/kernel/efi.c | 2 b/arch/ia64/kernel/efivars.c | 2 b/arch/ia64/kernel/fw-emu.c | 2 b/arch/ia64/kernel/palinfo.c | 2 b/arch/ia64/kernel/process.c | 2 b/arch/ia64/kernel/setup.c | 2 b/arch/ia64/kernel/smp.c | 2 b/arch/ia64/kernel/smpboot.c | 2 b/arch/ia64/kernel/time.c | 2 b/arch/ia64/mm/init.c | 2 b/arch/ia64/sn/fakeprom/fpmem.c | 2 b/arch/ia64/sn/fakeprom/fw-emu.c | 2 b/arch/ia64/sn/io/efi-rtc.c | 2 b/arch/ia64/sn/kernel/llsc4.c | 2 b/drivers/acpi/osl.c | 2 b/drivers/char/efirtc.c | 2 b/fs/partitions/efi.h | 6 b/include/asm-ia64/sal.h | 2 b/include/linux/efi.h | 284 ++++++++++++++++++++++++++++++++++++++ include/asm-ia64/efi.h | 284 -------------------------------------- 23 files changed, 305 insertions, 309 deletions
And please apply http://domsch.com/linux/patches/ia64/linux-2.5-efihmove2.cset which changes the #ifdef _ASM_IA64_EFI_H to _LINUX_EFI_H test.
efi.h | 6 +++--- 1 files changed, 3 insertions, 3 deletions
Thanks, Matt
-- Matt Domsch Sr. Software Engineer, Lead Engineer, Architect Dell Linux Solutions www.dell.com/linux Linux on Dell mailing lists @ http://lists.us.dell.com #1 US Linux Server provider for 2001 and Q1/2002! (IDC May 2002)
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |