Re: [PATCH] x86/acpi: remove dead code

2021-01-11 Thread Roger Pau Monné
On Mon, Jan 11, 2021 at 10:33:28AM +0100, Jan Beulich wrote: > On 11.01.2021 10:26, Roger Pau Monne wrote: > > After the recent changes to acpi_fadt_parse_sleep_info the bad label > > can never be called with facs mapped, and hence the unmap can be > > removed. > > > > Additionally remove the whol

Re: [PATCH] x86/acpi: remove dead code

2021-01-11 Thread Jan Beulich
On 11.01.2021 10:26, Roger Pau Monne wrote: > After the recent changes to acpi_fadt_parse_sleep_info the bad label > can never be called with facs mapped, and hence the unmap can be > removed. > > Additionally remove the whole label, since it was used by a > single caller. Move the relevant code f

[PATCH] x86/acpi: remove dead code

2021-01-11 Thread Roger Pau Monne
After the recent changes to acpi_fadt_parse_sleep_info the bad label can never be called with facs mapped, and hence the unmap can be removed. Additionally remove the whole label, since it was used by a single caller. Move the relevant code from the label. No functional change intended. CID: 147