Re: A question about acpi_early_init(), and want to invoke acpi_early_init() earlier

2017-07-17 Thread Dou Liyang
Hi, Julian At 07/14/2017 11:01 PM, Julian Wollrath wrote: Hi, I reproduced it by the following command line: ...noapic acpi_sci=level... the original dmesg is: [0.00] tsc: Fast TSC calibration using PIT the broken dmesg is: [0.001000] tsc: PIT calibration matches HPET. 1

Re: A question about acpi_early_init(), and want to invoke acpi_early_init() earlier

2017-07-17 Thread Dou Liyang
Hi, Julian At 07/14/2017 11:01 PM, Julian Wollrath wrote: Hi, I reproduced it by the following command line: ...noapic acpi_sci=level... the original dmesg is: [0.00] tsc: Fast TSC calibration using PIT the broken dmesg is: [0.001000] tsc: PIT calibration matches HPET. 1

Re: A question about acpi_early_init(), and want to invoke acpi_early_init() earlier

2017-07-14 Thread Julian Wollrath
Hi, > > I reproduced it by the following command line: > > ...noapic acpi_sci=level... > > > > the original dmesg is: > > > > [0.00] tsc: Fast TSC calibration using PIT > > > > the broken dmesg is: > > > > [0.001000] tsc: PIT calibration matches HPET. 1 loops > > > > Is it right?

Re: A question about acpi_early_init(), and want to invoke acpi_early_init() earlier

2017-07-14 Thread Julian Wollrath
Hi, > > I reproduced it by the following command line: > > ...noapic acpi_sci=level... > > > > the original dmesg is: > > > > [0.00] tsc: Fast TSC calibration using PIT > > > > the broken dmesg is: > > > > [0.001000] tsc: PIT calibration matches HPET. 1 loops > > > > Is it right?

Re: A question about acpi_early_init(), and want to invoke acpi_early_init() earlier

2017-07-12 Thread Dou Liyang
Hi, Rafael At 07/11/2017 09:26 PM, Dou Liyang wrote: Hi, Rafael Recently, I worked for unify the interrupt delivery mode and do its setup earlier[1]. And I met a bug about ACPI[2]. When I investigated it, I got your *commit c4e1acbb35e4 (ACPI / init: Invoke early ACPI initialization later).*

Re: A question about acpi_early_init(), and want to invoke acpi_early_init() earlier

2017-07-12 Thread Dou Liyang
Hi, Rafael At 07/11/2017 09:26 PM, Dou Liyang wrote: Hi, Rafael Recently, I worked for unify the interrupt delivery mode and do its setup earlier[1]. And I met a bug about ACPI[2]. When I investigated it, I got your *commit c4e1acbb35e4 (ACPI / init: Invoke early ACPI initialization later).*

Re: A question about acpi_early_init(), and want to invoke acpi_early_init() earlier

2017-07-11 Thread Dou Liyang
At 07/11/2017 09:26 PM, Dou Liyang wrote: Hi, Rafael Recently, I worked for unify the interrupt delivery mode and do its setup earlier[1]. And I met a bug about ACPI[2]. When I investigated it, I got your commit c4e1acbb35e4 (ACPI / init: Run acpi_early_init() before timekeeping_init()).

Re: A question about acpi_early_init(), and want to invoke acpi_early_init() earlier

2017-07-11 Thread Dou Liyang
At 07/11/2017 09:26 PM, Dou Liyang wrote: Hi, Rafael Recently, I worked for unify the interrupt delivery mode and do its setup earlier[1]. And I met a bug about ACPI[2]. When I investigated it, I got your commit c4e1acbb35e4 (ACPI / init: Run acpi_early_init() before timekeeping_init()).

A question about acpi_early_init(), and want to invoke acpi_early_init() earlier

2017-07-11 Thread Dou Liyang
Hi, Rafael Recently, I worked for unify the interrupt delivery mode and do its setup earlier[1]. And I met a bug about ACPI[2]. When I investigated it, I got your commit c4e1acbb35e4 (ACPI / init: Run acpi_early_init() before timekeeping_init()). And I reproduced the problem you said.

A question about acpi_early_init(), and want to invoke acpi_early_init() earlier

2017-07-11 Thread Dou Liyang
Hi, Rafael Recently, I worked for unify the interrupt delivery mode and do its setup earlier[1]. And I met a bug about ACPI[2]. When I investigated it, I got your commit c4e1acbb35e4 (ACPI / init: Run acpi_early_init() before timekeeping_init()). And I reproduced the problem you said.