summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2016-02-12 21:27:56 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2016-02-21 05:42:51 (GMT)
commit4fd64d02b2bb7fe583c1246c79b9658223d96442 (patch)
treeebc461d352bcac8a92c18c4fa514918de9ab3e48 /include
parent20680b560a17fb29c862de77930cfbf76b24f83c (diff)
downloadu-boot-4fd64d02b2bb7fe583c1246c79b9658223d96442.tar.xz
x86: fix memalign() parameter order
Purely by code inspection, it looks like the parameter order to memalign() is swapped; its parameters are (align, size). 4096 is a likely desired alignment, and a variable named size sounds like a size:-) Fixes: 45b5a37836d5 ("x86: Add multi-processor init") Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions