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

From: Randy.Dunlap (rddunlap_at_osdl.org)
Date: 04/04/05

  • Next message: Adrian Bunk: "Re: non-free firmware in kernel modules, aggregation and unclear copyright notice."
    Date:	Mon, 04 Apr 2005 12:56:32 -0700
    To: maximilian attems <janitor@sternwelten.at>
    
    

    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 00000100 R_386_32
    > .init.text
    > Error: ./drivers/pnp/pnpbios/core.o .data refers to 0000012c R_386_32
    > .init.text
    >
    > Signed-off-by: maximilian attems <janitor@sternwelten.at>
    >
    >
    > --- linux-2.6.12-rc1-bk5/drivers/pnp/pnpbios/core.c.orig 2005-04-04 19:11:37.814477672 +0200
    > +++ linux-2.6.12-rc1-bk5/drivers/pnp/pnpbios/core.c 2005-04-04 19:25:50.074402365 +0200
    > @@ -512,7 +512,7 @@
    > return 0;
    > }
    >
    > -static struct dmi_system_id pnpbios_dmi_table[] = {
    > +static struct dmi_system_id pnpbios_dmi_table[] __initdata = {
    > { /* PnPBIOS GPF on boot */
    > .callback = exploding_pnp_bios,
    > .ident = "Higraded P14H",

    Looks OK to me, but I'd prefer to leave it up to Adam.....

    -- 
    ~Randy
    -
    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/
    

  • Next message: Adrian Bunk: "Re: non-free firmware in kernel modules, aggregation and unclear copyright notice."

    Relevant Pages

    • [patch 138/198] pnpbios: eliminate bad section references
      ... one of the last buildcheck errors on i386, thanks Randy again for double ... Fix pnpbios section references: ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [patch] elsa eliminate bad section references
      ... > Fix elsa section references: ... -- ~Randy - ... 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/ ...
      (Linux-Kernel)
    • Re: [patch] sedlbauer eliminate bad section references
      ... > Fix sedlbauer section references: ... -- ~Randy - ... 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/ ...
      (Linux-Kernel)
    • Re: [patch] teles3 eliminate bad section references
      ... > Fix teles3 section references: ... -- ~Randy - ... 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/ ...
      (Linux-Kernel)
    • [patch 1/3] pnpbios eliminate bad section references
      ... one of the last buildcheck errors on i386, ... Fix pnpbios section references: ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)