Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a6a4f15 authored by Kefeng Wang's avatar Kefeng Wang Committed by Will Deacon
Browse files

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: default avatarKefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent b4a4485e
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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 */