--- zzzz-none-000/linux-4.4.271/arch/arm/kernel/hw_breakpoint.c 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/arch/arm/kernel/hw_breakpoint.c 2023-04-19 10:22:27.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) ||