arm64: debug: disable self-hosted debug by default

Signed-off-by: kdrag0n <dragon@khronodragon.com>
Signed-off-by: celtare21 <celtare21@gmail.com>
fourteen
kdrag0n 6 years ago committed by Jenna
parent caf6b06015
commit bf73db087b
  1. 2
      arch/arm64/kernel/debug-monitors.c

@ -62,7 +62,7 @@ NOKPROBE_SYMBOL(mdscr_read);
* Allow root to disable self-hosted debug from userspace.
* This is useful if you want to connect an external JTAG debugger.
*/
static bool debug_enabled = true;
static bool debug_enabled;
static int create_debug_debugfs_entry(void)
{

Loading…
Cancel
Save