enable printk.time by default

This commit is contained in:
Kyle McMartin 2010-10-04 10:37:57 -04:00
parent bc9e072d9b
commit eaab8be2d4
2 changed files with 5 additions and 1 deletions

View File

@ -3730,7 +3730,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

View File

@ -1975,6 +1975,10 @@ fi
# and build.
%changelog
* Mon Oct 04 2010 Kyle McMartin <kyle@redhat.com>
- Make printk.time=1 the default, use printk.time=0 to turn it off.
Results in much more useful traces for us, which is a big win.
* Sun Oct 03 2010 Kyle McMartin <kyle@redhat.com> 2.6.35.6-38
- Add more mac models supported by efifb. (#528232)
- Sanity check base address in efifb on pci systems.