All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1] x86: Fix reference to QEMU variant of write_acpi_tables()
@ 2018-01-10 17:33 Andy Shevchenko
  2018-01-12  8:31 ` Bin Meng
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2018-01-10 17:33 UTC (permalink / raw)
  To: u-boot

The commit

  eece493a7ac1 ("cmd: qfw: bring ACPI generation code into qfw core")

moves ACPI related code to another file and missed an update of
references in acpi_table.c.

Do it now.

Fixes: eece493a7ac1 ("cmd: qfw: bring ACPI generation code into qfw core")
Cc: Miao Yan <yanmiaobest@gmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 arch/x86/lib/acpi_table.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/x86/lib/acpi_table.c b/arch/x86/lib/acpi_table.c
index 3eb101105b..7b33cd371e 100644
--- a/arch/x86/lib/acpi_table.c
+++ b/arch/x86/lib/acpi_table.c
@@ -357,8 +357,7 @@ void enter_acpi_mode(int pm1_cnt)
 }
 
 /*
- * QEMU's version of write_acpi_tables is defined in
- * arch/x86/cpu/qemu/acpi_table.c
+ * QEMU's version of write_acpi_tables is defined in drivers/misc/qfw.c
  */
 ulong write_acpi_tables(ulong start)
 {
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH v1] x86: Fix reference to QEMU variant of write_acpi_tables()
  2018-01-10 17:33 [U-Boot] [PATCH v1] x86: Fix reference to QEMU variant of write_acpi_tables() Andy Shevchenko
@ 2018-01-12  8:31 ` Bin Meng
  2018-01-15  2:33   ` Bin Meng
  0 siblings, 1 reply; 3+ messages in thread
From: Bin Meng @ 2018-01-12  8:31 UTC (permalink / raw)
  To: u-boot

On Thu, Jan 11, 2018 at 1:33 AM, Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
> The commit
>
>   eece493a7ac1 ("cmd: qfw: bring ACPI generation code into qfw core")
>
> moves ACPI related code to another file and missed an update of
> references in acpi_table.c.
>
> Do it now.
>
> Fixes: eece493a7ac1 ("cmd: qfw: bring ACPI generation code into qfw core")
> Cc: Miao Yan <yanmiaobest@gmail.com>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  arch/x86/lib/acpi_table.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH v1] x86: Fix reference to QEMU variant of write_acpi_tables()
  2018-01-12  8:31 ` Bin Meng
@ 2018-01-15  2:33   ` Bin Meng
  0 siblings, 0 replies; 3+ messages in thread
From: Bin Meng @ 2018-01-15  2:33 UTC (permalink / raw)
  To: u-boot

On Fri, Jan 12, 2018 at 4:31 PM, Bin Meng <bmeng.cn@gmail.com> wrote:
> On Thu, Jan 11, 2018 at 1:33 AM, Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> wrote:
>> The commit
>>
>>   eece493a7ac1 ("cmd: qfw: bring ACPI generation code into qfw core")
>>
>> moves ACPI related code to another file and missed an update of
>> references in acpi_table.c.
>>
>> Do it now.
>>
>> Fixes: eece493a7ac1 ("cmd: qfw: bring ACPI generation code into qfw core")
>> Cc: Miao Yan <yanmiaobest@gmail.com>
>> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
>> ---
>>  arch/x86/lib/acpi_table.c | 3 +--
>>  1 file changed, 1 insertion(+), 2 deletions(-)
>>
>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

applied to u-boot-x86, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-15  2:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-10 17:33 [U-Boot] [PATCH v1] x86: Fix reference to QEMU variant of write_acpi_tables() Andy Shevchenko
2018-01-12  8:31 ` Bin Meng
2018-01-15  2:33   ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.