--- zzzz-none-000/linux-4.4.60/arch/arm/kernel/hw_breakpoint.c 2017-04-08 07:53:53.000000000 +0000 +++ maple-7510-730/linux-4.4.60/arch/arm/kernel/hw_breakpoint.c 2021-03-17 14:36:41.000000000 +0000 @@ -157,6 +157,9 @@ static int debug_arch_supported(void) { u8 arch = get_debug_arch(); + // For now disable the hw_breakpoint unit + // TODO: Disable via KConfig + return 0; /* We don't support the memory-mapped interface. */ return (arch >= ARM_DEBUG_ARCH_V6 && arch <= ARM_DEBUG_ARCH_V7_ECP14) ||