diff options
| author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-09-28 06:47:53 +0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-09-28 06:47:53 +0400 |
| commit | cdfef17d93b35a6d583509945e699ee998abce24 (patch) | |
| tree | 2d03d40d14641a2ad6a4269dabc66663fc072e0f /include | |
| parent | e4a7b1d1d90d202a030688ab5b177c3c0f15ee3e (diff) | |
| parent | 7d809ba3f98b8aa8f9ba0dcdf6349958a0b77b7b (diff) | |
| download | linux-cdfef17d93b35a6d583509945e699ee998abce24.tar.xz | |
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
[MIPS] Fix CONFIG_BUILD_ELF64 kernels with symbols in CKSEG0.
[MIPS] IP32: Fix initialization of UART base addresses.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-mips/page.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/page.h b/include/asm-mips/page.h index b92dd8c760da..e3301e54d559 100644 --- a/include/asm-mips/page.h +++ b/include/asm-mips/page.h @@ -142,7 +142,7 @@ typedef struct { unsigned long pgprot; } pgprot_t; /* * __pa()/__va() should be used only during mem init. */ -#if defined(CONFIG_64BIT) && !defined(CONFIG_BUILD_ELF64) +#ifdef CONFIG_64BIT #define __pa(x) \ ({ \ unsigned long __x = (unsigned long)(x); \ |
