diff options
author | Tom Rini <trini@konsulko.com> | 2017-01-10 08:19:21 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-10 08:19:21 -0500 |
commit | 0b8404332ed08799ca0630e4cc868df039f206e3 (patch) | |
tree | c5d4e2c1f963b5716ae9dd7024dce5341feb6856 /arch/arm/include/asm/armv8/mmu.h | |
parent | a705ebc81b7f91bbd0ef7c634284208342901149 (diff) | |
parent | eb77f5c9f69ef6c8cb39643b7b7107ef7bff5305 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'arch/arm/include/asm/armv8/mmu.h')
-rw-r--r-- | arch/arm/include/asm/armv8/mmu.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/include/asm/armv8/mmu.h b/arch/arm/include/asm/armv8/mmu.h index aa0f3c42f63..e9b4cdbbcd5 100644 --- a/arch/arm/include/asm/armv8/mmu.h +++ b/arch/arm/include/asm/armv8/mmu.h @@ -8,14 +8,6 @@ #ifndef _ASM_ARMV8_MMU_H_ #define _ASM_ARMV8_MMU_H_ -#ifdef __ASSEMBLY__ -#define _AC(X, Y) X -#else -#define _AC(X, Y) (X##Y) -#endif - -#define UL(x) _AC(x, UL) - /***************************************************************/ /* * The following definitions are related each other, shoud be |