Re: [PATCH] [PARISC] fix section mismatch in parisc/kernel
Kyle McMartin <[email protected]>
| Newsgroups | gmane.linux.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
On Sun, May 27, 2007 at 07:30:36PM +0200, Helge Deller wrote: > Hi Kyle, > > this patch fixes two section mismatches in parisc/kernel: > WARNING: arch/parisc/kernel/built-in.o(.data.read_mostly+0xd8): Section mismatch: reference to .init.text:processor_probe (between 'cpu_driver' and 'boot_cpu_data') > WARNING: arch/parisc/kernel/built-in.o(.text.alloc_pa_dev+0x140): Section mismatch: reference to .init.text:parisc_hardware_description (after 'alloc_pa_dev') > > Additionally, mark some tables as constants. > > Please apply, Helge > applied, thanks