arm64: kernel: Default debugging to off

This commit is contained in:
BlackGunZ 2020-05-11 02:10:39 +02:00 committed by prashantpaddune
parent 78e7b9059a
commit 224a46cc60

View File

@ -60,7 +60,7 @@ static u32 mdscr_read(void)
* 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)
{