commit | f3e39273e0a9a5c9dc78cd667ec3663e97e0e989 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Fri Feb 20 13:53:13 2015 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Mon Feb 23 09:13:51 2015 +0000 |
tree | 1c70506707b384e4f713582a8226e6e608430dab | |
parent | 115386f89b5415fcdf641faad0d459cd5c07d225 [diff] |
arm64: guard asm/assembler.h against multiple inclusions asm/assembler.h lacks the usual guard against multiple inclusion, leading to a compilation failure if it is accidentally included twice. Using the classic #ifndef/#define/#endif construct solves the issue. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>