aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/bug.h
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2016-02-23 08:56:45 +0100
committerCatalin Marinas <catalin.marinas@arm.com>2016-02-23 17:43:25 +0000
commitf98deee9a9f8c47d05a0f64d86440882dca772ff (patch)
tree3c655411bd4c9b5714d99062203f39608c3a610f /arch/arm64/include/asm/bug.h
parentarm64: mm: use bit ops rather than arithmetic in pa/va translations (diff)
downloadlinux-dev-f98deee9a9f8c47d05a0f64d86440882dca772ff.tar.xz
linux-dev-f98deee9a9f8c47d05a0f64d86440882dca772ff.zip
arm64: move brk immediate argument definitions to separate header
Instead of reversing the header dependency between asm/bug.h and asm/debug-monitors.h, split off the brk instruction immediate value defines into a new header asm/brk-imm.h, and include it from both. This solves the circular dependency issue that prevents BUG() from being used in some header files, and keeps the definitions together. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Acked-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/include/asm/bug.h')
-rw-r--r--arch/arm64/include/asm/bug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/bug.h b/arch/arm64/include/asm/bug.h
index 679d49221998..561190d15881 100644
--- a/arch/arm64/include/asm/bug.h
+++ b/arch/arm64/include/asm/bug.h
@@ -18,7 +18,7 @@
#ifndef _ARCH_ARM64_ASM_BUG_H
#define _ARCH_ARM64_ASM_BUG_H
-#define BUG_BRK_IMM 0x800
+#include <asm/brk-imm.h>
#ifdef CONFIG_GENERIC_BUG
#define HAVE_ARCH_BUG