]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add missing DECLARE_GLOBAL_DATA_PTR for mtrr.c
authorBin Meng <bmeng.cn@gmail.com>
Thu, 22 Jan 2015 03:29:39 +0000 (11:29 +0800)
committerSimon Glass <sjg@chromium.org>
Sat, 24 Jan 2015 00:24:54 +0000 (17:24 -0700)
commit566d1754d3a84819d9e2829421898d115ef2c116
treeffcfc936aefa9154bc992dd449d039a5cf9a050a
parentd1a5d3c133a07d6035b9f97a6315afed7d73514a
x86: Add missing DECLARE_GLOBAL_DATA_PTR for mtrr.c

arch/x86/cpu/mtrr.c has access to the U-Boot global data thus
DECLARE_GLOBAL_DATA_PTR is needed.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/mtrr.c