Re: [PATCH 5/5] ARM64: kernel: acpi: honour acpi=force command line parameter

2015-03-25 Thread Catalin Marinas
On Tue, Mar 24, 2015 at 05:58:55PM +, Lorenzo Pieralisi wrote: > If acpi=force is passed on the command line, it forces ACPI to be > the only available boot method, hence it must be left enabled even > if the initialization and sanity checks on ACPI tables fails. > > This patch refactors ACPI

Re: [PATCH 5/5] ARM64: kernel: acpi: honour acpi=force command line parameter

2015-03-25 Thread Lorenzo Pieralisi
Hi Will, On Wed, Mar 25, 2015 at 01:56:47PM +, Hanjun Guo wrote: > On 2015/3/25 1:58, Lorenzo Pieralisi wrote: > > If acpi=force is passed on the command line, it forces ACPI to be > > the only available boot method, hence it must be left enabled even > > if the initialization and sanity check

Re: [PATCH 5/5] ARM64: kernel: acpi: honour acpi=force command line parameter

2015-03-25 Thread Hanjun Guo
On 2015/3/25 1:58, Lorenzo Pieralisi wrote: > If acpi=force is passed on the command line, it forces ACPI to be > the only available boot method, hence it must be left enabled even > if the initialization and sanity checks on ACPI tables fails. > > This patch refactors ACPI initialization to preven

Re: [PATCH 5/5] ARM64: kernel: acpi: honour acpi=force command line parameter

2015-03-24 Thread Ard Biesheuvel
On 24 March 2015 at 18:58, Lorenzo Pieralisi wrote: > If acpi=force is passed on the command line, it forces ACPI to be > the only available boot method, hence it must be left enabled even > if the initialization and sanity checks on ACPI tables fails. > > This patch refactors ACPI initialization

[PATCH 5/5] ARM64: kernel: acpi: honour acpi=force command line parameter

2015-03-24 Thread Lorenzo Pieralisi
If acpi=force is passed on the command line, it forces ACPI to be the only available boot method, hence it must be left enabled even if the initialization and sanity checks on ACPI tables fails. This patch refactors ACPI initialization to prevent disabling ACPI if acpi=force is passed on the comma