commit | 3c5234e673b942888a5d893d2cacc22243c30827 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sat May 07 07:46:30 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon May 23 15:18:00 2016 +0800 |
tree | 37a01a67edb0a37489c40969e4b4e753ff526126 | |
parent | 88b08fbdb64c50a6d75e5d928f23439080d90b26 [diff] |
x86: acpi: Return table length in acpi_create_madt_lapics() Like other MADT table write routines, make acpi_create_madt_lapics() return how many bytes it has written instead of the table end addr. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>