arm64: kernel: Default debugging to off
This commit is contained in:
parent
78e7b9059a
commit
224a46cc60
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user