Re: [patch 1/3] pnpbios eliminate bad section references

2005-04-04 Thread Adam Belay
On Mon, Apr 04, 2005 at 12:56:32PM -0700, Randy.Dunlap wrote: > maximilian attems wrote: > >one of the last buildcheck errors on i386, > >thanks Randy again for double checking. > > > >Fix pnpbios section references: > >make dmi_system_id pnpbios_dmi_table __initdata > > > >Error:

Re: [patch 1/3] pnpbios eliminate bad section references

2005-04-04 Thread Randy.Dunlap
maximilian attems wrote: one of the last buildcheck errors on i386, thanks Randy again for double checking. Fix pnpbios section references: make dmi_system_id pnpbios_dmi_table __initdata Error: ./drivers/pnp/pnpbios/core.o .data refers to 0100 R_386_32 .init.text Error:

[patch 1/3] pnpbios eliminate bad section references

2005-04-04 Thread maximilian attems
one of the last buildcheck errors on i386, thanks Randy again for double checking. Fix pnpbios section references: make dmi_system_id pnpbios_dmi_table __initdata Error: ./drivers/pnp/pnpbios/core.o .data refers to 0100 R_386_32 .init.text Error: ./drivers/pnp/pnpbios/core.o .data refers to

Re: [patch 1/3] pnpbios eliminate bad section references

2005-04-04 Thread Randy.Dunlap
maximilian attems wrote: one of the last buildcheck errors on i386, thanks Randy again for double checking. Fix pnpbios section references: make dmi_system_id pnpbios_dmi_table __initdata Error: ./drivers/pnp/pnpbios/core.o .data refers to 0100 R_386_32 .init.text Error:

Re: [patch 1/3] pnpbios eliminate bad section references

2005-04-04 Thread Adam Belay
On Mon, Apr 04, 2005 at 12:56:32PM -0700, Randy.Dunlap wrote: maximilian attems wrote: one of the last buildcheck errors on i386, thanks Randy again for double checking. Fix pnpbios section references: make dmi_system_id pnpbios_dmi_table __initdata Error: ./drivers/pnp/pnpbios/core.o