- now logging can be switched on and off via /sys/kernel/printk_mode interface - default is 1 (on) - Enabled time stamp information in logs again Signed-off-by: andip71 <andreasp@gmx.de> Signed-off-by: djb77 <dwayne.bakewell@gmail.com>
16 lines
512 B
C
16 lines
512 B
C
/*
|
|
* Author: andip71
|
|
*
|
|
* This software is licensed under the terms of the GNU General Public
|
|
* License version 2, as published by the Free Software Foundation, and
|
|
* may be copied, distributed, and modified under those terms.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
*/
|
|
|
|
extern int printk_mode;
|