--- zzzz-none-000/linux-4.1.38/include/uapi/linux/sysctl.h 2017-01-18 18:48:06.000000000 +0000 +++ bcm63-7582-715/linux-4.1.38/include/uapi/linux/sysctl.h 2020-11-25 10:06:48.000000000 +0000 @@ -154,6 +154,9 @@ KERN_NMI_WATCHDOG=75, /* int: enable/disable nmi watchdog */ KERN_PANIC_ON_NMI=76, /* int: whether we will panic on an unrecovered */ KERN_PANIC_ON_WARN=77, /* int: call panic() in WARN() functions */ +#if defined(CONFIG_BCM_KF_PRINTK_INT_ENABLED) && defined(CONFIG_BCM_PRINTK_INT_ENABLED) + KERN_PRINTK_WITH_INTERRUPTS_ENABLED=78, /* int: print with interrupts enabled */ +#endif };