Re: [patch 3/3] efi eliminate bad section references

2005-04-04 Thread Randy.Dunlap
(adding Matt Domsch to cc:) maximilian attems wrote: Randy please double check especially this one. there may be a better solution. Fix efi section references: remove __initdata for struct efi efi_phys and struct efi_memory_map memmap 'memmap' can be used after init, so remove __initdata from

[patch 3/3] efi eliminate bad section references

2005-04-04 Thread maximilian attems
Randy please double check especially this one. there may be a better solution. Fix efi section references: remove __initdata for struct efi efi_phys and struct efi_memory_map memmap Error: ./arch/i386/kernel/efi.o .text refers to 00d3 R_386_32 .init.data Error: ./arch/i386/kernel/efi.o

[patch 3/3] efi eliminate bad section references

2005-04-04 Thread maximilian attems
Randy please double check especially this one. there may be a better solution. Fix efi section references: remove __initdata for struct efi efi_phys and struct efi_memory_map memmap Error: ./arch/i386/kernel/efi.o .text refers to 00d3 R_386_32 .init.data Error: ./arch/i386/kernel/efi.o

Re: [patch 3/3] efi eliminate bad section references

2005-04-04 Thread Randy.Dunlap
(adding Matt Domsch to cc:) maximilian attems wrote: Randy please double check especially this one. there may be a better solution. Fix efi section references: remove __initdata for struct efi efi_phys and struct efi_memory_map memmap 'memmap' can be used after init, so remove __initdata from