summaryrefslogtreecommitdiff
path: root/drivers/misc
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2016-02-12 14:27:56 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-02-21 13:42:51 +0800
commit4fd64d02b2bb7fe583c1246c79b9658223d96442 (patch)
treeebc461d352bcac8a92c18c4fa514918de9ab3e48 /drivers/misc
parent20680b560a17fb29c862de77930cfbf76b24f83c (diff)
downloadu-boot-imx-4fd64d02b2bb7fe583c1246c79b9658223d96442.zip
u-boot-imx-4fd64d02b2bb7fe583c1246c79b9658223d96442.tar.gz
u-boot-imx-4fd64d02b2bb7fe583c1246c79b9658223d96442.tar.bz2
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 'drivers/misc')
0 files changed, 0 insertions, 0 deletions