aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/system_misc.h
diff options
context:
space:
mode:
authorKefeng Wang <wangkefeng.wang@huawei.com>2016-08-31 20:38:50 +0800
committerWill Deacon <will.deacon@arm.com>2016-08-31 13:45:46 +0100
commit6a6a4f158037334cbad39817975a87333748c0c2 (patch)
tree291d67cf9a605b69f0a236def6de88320fcb09ad /arch/arm64/include/asm/system_misc.h
parentarm64: don't select PERF_USE_VMALLOC by default (diff)
downloadlinux-dev-6a6a4f158037334cbad39817975a87333748c0c2.tar.xz
linux-dev-6a6a4f158037334cbad39817975a87333748c0c2.zip
arm64: cleanup unused UDBG_* define
The UDBG_UNDEFINED/SYSCALL/BADABORT/SEGV are only used to show verbose user fault messages in arm, not arm64, drop them. Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/include/asm/system_misc.h')
-rw-r--r--arch/arm64/include/asm/system_misc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm64/include/asm/system_misc.h b/arch/arm64/include/asm/system_misc.h
index 57f110bea6a8..bc812435bc76 100644
--- a/arch/arm64/include/asm/system_misc.h
+++ b/arch/arm64/include/asm/system_misc.h
@@ -56,12 +56,6 @@ extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
__show_ratelimited; \
})
-#define UDBG_UNDEFINED (1 << 0)
-#define UDBG_SYSCALL (1 << 1)
-#define UDBG_BADABORT (1 << 2)
-#define UDBG_SEGV (1 << 3)
-#define UDBG_BUS (1 << 4)
-
#endif /* __ASSEMBLY__ */
#endif /* __ASM_SYSTEM_MISC_H */