Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1376328

RE: [PATCH 1/3] ACPI / tables: Move table override mechanisms to tables.c

From "Zheng, Lv" <lv.zheng@intel.com>
Newsgroups linux.kernel
Subject RE: [PATCH 1/3] ACPI / tables: Move table override mechanisms to tables.c
Date 2016-04-12 01:30 +0200
Message-ID <rmTrj-5z9-3@gated-at.bofh.it> (permalink)
References <rlzbk-np-7@gated-at.bofh.it> <rlzbk-np-9@gated-at.bofh.it> <rmzCi-6O8-11@gated-at.bofh.it> <rmKen-6GA-55@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

> From: rjwysocki@gmail.com [mailto:rjwysocki@gmail.com] On Behalf Of
> Rafael J. Wysocki
> Sent: Monday, April 11, 2016 9:31 PM
> Subject: Re: [PATCH 1/3] ACPI / tables: Move table override mechanisms to
> tables.c
> 
> On Mon, Apr 11, 2016 at 4:16 AM, Zheng, Lv <lv.zheng@intel.com> wrote:
> > Hi, Rafael
> 
> Hi,
> 
> >> From: Zheng, Lv
> >> Subject: [PATCH 1/3] ACPI / tables: Move table override mechanisms to
> >> tables.c
> >>
> >> This patch moves acpi_os_table_override() and
> >> acpi_os_physical_table_override() to tables.c.
> >>
> 
> [cut]
> 
> >>  #ifdef CONFIG_ACPI_INITRD_TABLE_OVERRIDE
> >> -void acpi_initrd_override(void *data, size_t size);
> >> +void early_acpi_table_init(void *data, size_t size);
> >>  #else
> >> -static inline void acpi_initrd_override(void *data, size_t size)
> >> +static inline void early_acpi_table_init(void *data, size_t size)
> >>  {
> >>  }
> >>  #endif
> > [Lv Zheng]
> > This block was wrong.
> > early_acpi_table_init() is no longer dependent on
> CONFIG_ACPI_INITRD_TABLE_OVERRIDE but dependent on CONFIG_ACPI.
> 
> I see.
> 
> > Updated v2 patches are sent to the mailing list.
> 
> Is this the only difference between v1 and v2?

[Lv Zheng] 
One of the follow-up patches (PATCH 3) in this series is updated accordingly.

Thanks and best regards
-Lv

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/3] ACPI / tables: Move table override mechanisms to tables.c Lv Zheng <lv.zheng@intel.com> - 2016-04-08 09:40 +0200
  RE: [PATCH 1/3] ACPI / tables: Move table override mechanisms to  tables.c "Zheng, Lv" <lv.zheng@intel.com> - 2016-04-11 04:20 +0200
    Re: [PATCH 1/3] ACPI / tables: Move table override mechanisms to tables.c "Rafael J. Wysocki" <rafael@kernel.org> - 2016-04-11 15:40 +0200
      RE: [PATCH 1/3] ACPI / tables: Move table override mechanisms to  tables.c "Zheng, Lv" <lv.zheng@intel.com> - 2016-04-12 01:30 +0200
        Re: [PATCH 1/3] ACPI / tables: Move table override mechanisms to tables.c "Rafael J. Wysocki" <rafael@kernel.org> - 2016-04-13 06:30 +0200

csiph-web