diff options
| author | Tom Rini <trini@ti.com> | 2013-05-13 18:17:39 -0400 |
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-05-13 18:17:39 -0400 |
| commit | a661b99dbc35e725f229a7b8e189ca21304ba026 (patch) | |
| tree | b3f329efb8cda7a47db2b0e7bbbf6454a3e76db8 /arch/x86/lib/physmem.c | |
| parent | a7e62be09189dae3a16882e53f15c38754f9db91 (diff) | |
| parent | 8f0278eab4410de57ea6a32a8e5a50614a28084f (diff) | |
| download | olio-uboot-2014.01-a661b99dbc35e725f229a7b8e189ca21304ba026.tar.xz olio-uboot-2014.01-a661b99dbc35e725f229a7b8e189ca21304ba026.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'arch/x86/lib/physmem.c')
| -rw-r--r-- | arch/x86/lib/physmem.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/lib/physmem.c b/arch/x86/lib/physmem.c index 18f0e62ac..59b3fe977 100644 --- a/arch/x86/lib/physmem.c +++ b/arch/x86/lib/physmem.c @@ -12,6 +12,8 @@ #include <physmem.h> #include <linux/compiler.h> +DECLARE_GLOBAL_DATA_PTR; + /* Large pages are 2MB. */ #define LARGE_PAGE_SIZE ((1 << 20) * 2) |