Re: [PATCH] ACPI/IORT: Remove linker section for IORT entries again

2018-02-08 Thread Lorenzo Pieralisi
On Thu, Feb 08, 2018 at 10:37:54AM +0800, Jia He wrote: > > > On 2/7/2018 7:41 PM, Lorenzo Pieralisi Wrote: > >On Tue, Feb 06, 2018 at 08:11:34PM -0800, Jia He wrote: > >>In commit 316ca8804ea8 ("ACPI/IORT: Remove linker section for IORT entries > >>probing"), iort entries was removed in vmlinux.

Re: [PATCH] ACPI/IORT: Remove linker section for IORT entries again

2018-02-07 Thread Daniel Lezcano
On 07/02/2018 05:11, Jia He wrote: > In commit 316ca8804ea8 ("ACPI/IORT: Remove linker section for IORT entries > probing"), iort entries was removed in vmlinux.lds.h. But in > commit 2fcc112af37f ("clocksource/drivers: Rename clksrc table to timer"), > this line was back incorrectly. > > It does

Re: [PATCH] ACPI/IORT: Remove linker section for IORT entries again

2018-02-07 Thread Jia He
On 2/7/2018 7:41 PM, Lorenzo Pieralisi Wrote: On Tue, Feb 06, 2018 at 08:11:34PM -0800, Jia He wrote: In commit 316ca8804ea8 ("ACPI/IORT: Remove linker section for IORT entries probing"), iort entries was removed in vmlinux.lds.h. But in commit 2fcc112af37f ("clocksource/drivers: Rename clksrc

Re: [PATCH] ACPI/IORT: Remove linker section for IORT entries again

2018-02-07 Thread Lorenzo Pieralisi
On Tue, Feb 06, 2018 at 08:11:34PM -0800, Jia He wrote: > In commit 316ca8804ea8 ("ACPI/IORT: Remove linker section for IORT entries > probing"), iort entries was removed in vmlinux.lds.h. But in > commit 2fcc112af37f ("clocksource/drivers: Rename clksrc table to timer"), > this line was back incor

[PATCH] ACPI/IORT: Remove linker section for IORT entries again

2018-02-06 Thread Jia He
In commit 316ca8804ea8 ("ACPI/IORT: Remove linker section for IORT entries probing"), iort entries was removed in vmlinux.lds.h. But in commit 2fcc112af37f ("clocksource/drivers: Rename clksrc table to timer"), this line was back incorrectly. It does no harm except for adding some useless symbols,