Commit 3c98fd26 authored by Tobias Klauser's avatar Tobias Klauser Committed by Ley Foon Tan

nios2: Extend !__ASSEMBLY__ section in asm/page.h

Some C-only definition from nios2 asm/page.h are exposed to assembly code.
Extend the !__ASSEMBLY__ section to prevent this.
Signed-off-by: default avatarTobias Klauser <tklauser@distanz.ch>
Acked-by: default avatarLey Foon Tan <ley.foon.tan@intel.com>
parent 69973b83
...@@ -76,8 +76,6 @@ extern unsigned long memory_size; ...@@ -76,8 +76,6 @@ extern unsigned long memory_size;
extern struct page *mem_map; extern struct page *mem_map;
#endif /* !__ASSEMBLY__ */
# define __pa(x) \ # define __pa(x) \
((unsigned long)(x) - PAGE_OFFSET + PHYS_OFFSET) ((unsigned long)(x) - PAGE_OFFSET + PHYS_OFFSET)
# define __va(x) \ # define __va(x) \
...@@ -106,4 +104,6 @@ extern struct page *mem_map; ...@@ -106,4 +104,6 @@ extern struct page *mem_map;
#include <asm-generic/getorder.h> #include <asm-generic/getorder.h>
#endif /* !__ASSEMBLY__ */
#endif /* _ASM_NIOS2_PAGE_H */ #endif /* _ASM_NIOS2_PAGE_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment