1
0
Fork 0

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: Tobias Klauser <tklauser@distanz.ch>
Acked-by: Ley Foon Tan <ley.foon.tan@intel.com>
hifive-unleashed-5.1
Tobias Klauser 2016-11-09 15:31:00 +08:00 committed by Ley Foon Tan
parent 69973b8308
commit 3c98fd266b
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,6 @@ extern unsigned long memory_size;
extern struct page *mem_map;
#endif /* !__ASSEMBLY__ */
# define __pa(x) \
((unsigned long)(x) - PAGE_OFFSET + PHYS_OFFSET)
# define __va(x) \
@ -106,4 +104,6 @@ extern struct page *mem_map;
#include <asm-generic/getorder.h>
#endif /* !__ASSEMBLY__ */
#endif /* _ASM_NIOS2_PAGE_H */