
19 Dec
2016
19 Dec
'16
8:58 a.m.
Hi Simon,
On Sun, Nov 20, 2016 at 4:25 AM, Simon Glass sjg@chromium.org wrote:
At present this uses u32 to store an address. We should use unsigned long and avoid special types in function return values and parameters unless necessary. This makes the code more portable.
I believe Alex Graf has a patch to correct all of these, so this is just a WIP patch.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
arch/x86/include/asm/mpspec.h | 8 ++++---- arch/x86/lib/mpspec.c | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
I don't see Alex's patch on this mpspec.c file, but only smbios.c, guess "WIP" tag is not needed.
Regards, Bin