Home
last modified time | relevance | path

Searched hist:"7 e6343ef94e7f495f91ee20e2f5e76cfab409134" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dacpi_table.h7e6343ef94e7f495f91ee20e2f5e76cfab409134 Sat May 07 14:46:28 UTC 2016 Bin Meng <bmeng.cn@gmail.com> x86: acpi: Clean up table header revisions

The comment of initializing table header revision says:

/* ACPI 1.0/2.0: 1, ACPI 3.0: 2, ACPI 4.0: 3 */

which might mislead it may increase per ACPI spec revision.
However this is not the case. It's actually a fixed number
as defined in ACPI spec, and in the laest ACPI spec 6.1,
some table header revisions are still 1. Clean these up.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dacpi_table.c7e6343ef94e7f495f91ee20e2f5e76cfab409134 Sat May 07 14:46:28 UTC 2016 Bin Meng <bmeng.cn@gmail.com> x86: acpi: Clean up table header revisions

The comment of initializing table header revision says:

/* ACPI 1.0/2.0: 1, ACPI 3.0: 2, ACPI 4.0: 3 */

which might mislead it may increase per ACPI spec revision.
However this is not the case. It's actually a fixed number
as defined in ACPI spec, and in the laest ACPI spec 6.1,
some table header revisions are still 1. Clean these up.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>