This patch fix the following Section mismatch warnings
in powerpc code.
WARNING: arch/powerpc/platforms/built-in.o - Section mismatch: reference to .init.data:mv643xx_eth_pd_devs from .text between 'mv643xx_eth_add_pds' (at offset 0x9ed2) and 'gg2_read_config'
WARNING: arch/powerpc/platforms/built-in.o - Section mismatch: reference to .init.data:mv643xx_eth_pd_devs from .text between 'mv643xx_eth_add_pds' (at offset 0x9ed6) and 'gg2_read_config'
WARNING: arch/powerpc/platforms/built-in.o - Section mismatch: reference to .init.text:note_scsi_host from __ksymtab between '__ksymtab_note_scsi_host' (at offset 0x8) and '__ksymtab_sys_ctrler'
Signed-off-by: Li Yang <redacted>
---
arch/powerpc/platforms/chrp/pegasos_eth.c | 2 +-
arch/powerpc/platforms/powermac/setup.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
From: Kumar Gala <hidden> Date: 2007-05-14 14:03:28
On May 14, 2007, at 5:59 AM, Li Yang wrote:
quoted hunk
This patch fix the following Section mismatch warnings
in powerpc code.
WARNING: arch/powerpc/platforms/built-in.o - Section mismatch:
reference to .init.data:mv643xx_eth_pd_devs from .text between
'mv643xx_eth_add_pds' (at offset 0x9ed2) and 'gg2_read_config'
WARNING: arch/powerpc/platforms/built-in.o - Section mismatch:
reference to .init.data:mv643xx_eth_pd_devs from .text between
'mv643xx_eth_add_pds' (at offset 0x9ed6) and 'gg2_read_config'
WARNING: arch/powerpc/platforms/built-in.o - Section mismatch:
reference to .init.text:note_scsi_host from __ksymtab between
'__ksymtab_note_scsi_host' (at offset 0x8) and '__ksymtab_sys_ctrler'
Signed-off-by: Li Yang <redacted>
---
arch/powerpc/platforms/chrp/pegasos_eth.c | 2 +-
arch/powerpc/platforms/powermac/setup.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
static dev_t boot_dev;
#ifdef CONFIG_SCSI
-void __init note_scsi_host(struct device_node *node, void *host)
+void note_scsi_host(struct device_node *node, void *host)
{
int l;
char *p;
-
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/
From: Kumar Gala <hidden> Date: 2007-05-15 14:07:57
On May 14, 2007, at 5:59 AM, Li Yang wrote:
This patch fix the following Section mismatch warnings
in powerpc code.
WARNING: arch/powerpc/platforms/built-in.o - Section mismatch:
reference to .init.data:mv643xx_eth_pd_devs from .text between
'mv643xx_eth_add_pds' (at offset 0x9ed2) and 'gg2_read_config'
WARNING: arch/powerpc/platforms/built-in.o - Section mismatch:
reference to .init.data:mv643xx_eth_pd_devs from .text between
'mv643xx_eth_add_pds' (at offset 0x9ed6) and 'gg2_read_config'
WARNING: arch/powerpc/platforms/built-in.o - Section mismatch:
reference to .init.text:note_scsi_host from __ksymtab between
'__ksymtab_note_scsi_host' (at offset 0x8) and '__ksymtab_sys_ctrler'
Signed-off-by: Li Yang <redacted>
---
arch/powerpc/platforms/chrp/pegasos_eth.c | 2 +-
arch/powerpc/platforms/powermac/setup.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
From: Li Yang-r58472 <hidden> Date: 2007-05-16 02:08:16
-----Original Message-----
From: Kumar Gala [mailto:galak@kernel.crashing.org]
Sent: Tuesday, May 15, 2007 10:07 PM
To: Li Yang-r58472
Cc: Paul; linuxppc-dev@ozlabs.org; Linux Kernel
Subject: Re: [PATCH 2/2] powerpc: Fix Section mismatch warnings
=20
=20
On May 14, 2007, at 5:59 AM, Li Yang wrote:
=20
quoted
This patch fix the following Section mismatch warnings
in powerpc code.
WARNING: arch/powerpc/platforms/built-in.o - Section mismatch:
reference to .init.data:mv643xx_eth_pd_devs from .text between
'mv643xx_eth_add_pds' (at offset 0x9ed2) and 'gg2_read_config'
WARNING: arch/powerpc/platforms/built-in.o - Section mismatch:
reference to .init.data:mv643xx_eth_pd_devs from .text between
'mv643xx_eth_add_pds' (at offset 0x9ed6) and 'gg2_read_config'
WARNING: arch/powerpc/platforms/built-in.o - Section mismatch:
reference to .init.text:note_scsi_host from __ksymtab between
'__ksymtab_note_scsi_host' (at offset 0x8) and
'__ksymtab_sys_ctrler'
quoted
Signed-off-by: Li Yang <redacted>
---
arch/powerpc/platforms/chrp/pegasos_eth.c | 2 +-
arch/powerpc/platforms/powermac/setup.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
=20
Did you change anything?
Nothing yet. I think it's a delay of mail system.
- Leo