Enable printk.time by default for more useful logs
This commit is contained in:
parent
e894c709c6
commit
1b522fd2e6
@ -3748,7 +3748,7 @@ CONFIG_BLK_CGROUP=y
|
||||
# CONFIG_SYSFS_DEPRECATED_V2 is not set
|
||||
|
||||
CONFIG_RELAY=y
|
||||
# CONFIG_PRINTK_TIME is not set
|
||||
CONFIG_PRINTK_TIME=y
|
||||
|
||||
CONFIG_ENABLE_MUST_CHECK=y
|
||||
# CONFIG_ENABLE_WARN_DEPRECATED is not set
|
||||
|
@ -51,7 +51,7 @@ Summary: The Linux kernel
|
||||
# For non-released -rc kernels, this will be prepended with "0.", so
|
||||
# for example a 3 here will become 0.3
|
||||
#
|
||||
%global baserelease 31
|
||||
%global baserelease 32
|
||||
%global fedora_build %{baserelease}
|
||||
|
||||
# base_sublevel is the kernel version we're starting with and patching
|
||||
@ -1944,6 +1944,9 @@ fi
|
||||
# || ||
|
||||
|
||||
%changelog
|
||||
* Sun Oct 03 2010 Kyle McMartin <kyle@redhat.com> 2.6.36-0.32.rc6.git2
|
||||
- Enable printk.time by default for more useful logs.
|
||||
|
||||
* Sat Oct 02 2010 Kyle McMartin <kyle@redhat.com> 2.6.36-0.31.rc6.git2
|
||||
- Linux 2.6.36-rc6-git2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user