diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-25 10:40:14 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-25 10:40:14 -0400 |
commit | ff877ea80efa2015b6263766f78ee42c2a1b32f9 (patch) | |
tree | 85205005c611ab774702148558321c6fb92f1ccd /include/asm-sparc/sections.h | |
parent | 30821fee4f0cb3e6d241d9f7ddc37742212e3eb7 (diff) | |
parent | d37e6bf68fc1eb34a4ad21d9ae8890ed37ea80e7 (diff) |
Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubi-2.6
Diffstat (limited to 'include/asm-sparc/sections.h')
-rw-r--r-- | include/asm-sparc/sections.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/include/asm-sparc/sections.h b/include/asm-sparc/sections.h index 6832841df051..cbd019162425 100644 --- a/include/asm-sparc/sections.h +++ b/include/asm-sparc/sections.h | |||
@@ -1,6 +1,8 @@ | |||
1 | #ifndef _SPARC_SECTIONS_H | 1 | #ifndef ___ASM_SPARC_SECTIONS_H |
2 | #define _SPARC_SECTIONS_H | 2 | #define ___ASM_SPARC_SECTIONS_H |
3 | 3 | #if defined(__sparc__) && defined(__arch64__) | |
4 | #include <asm-generic/sections.h> | 4 | #include <asm-sparc/sections_64.h> |
5 | 5 | #else | |
6 | #include <asm-sparc/sections_32.h> | ||
7 | #endif | ||
6 | #endif | 8 | #endif |