]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: acpi: Use u32 in table write routines
authorBin Meng <bmeng.cn@gmail.com>
Sat, 7 May 2016 14:46:26 +0000 (07:46 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 23 May 2016 07:18:00 +0000 (15:18 +0800)
commit7e79a6bc2edb7a7dd82cdabaceaa34dbb4ab5a55
tree688921e67e45ed416404fe9d77e4c532c92d3d38
parentab5efd576c4e65f056f71eb1ecb7024affaa9a92
x86: acpi: Use u32 in table write routines

Use u32 instead of unsigned long in the table write routines, as
other routines do.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/acpi_table.h
arch/x86/lib/acpi_table.c