disable CONFIG_SERIAL_8250_DETECT_IRQ (from mschmidt@redhat.com)

Should reduce boot times by ~200ms.
This commit is contained in:
Kyle McMartin 2011-01-31 12:13:31 -05:00
parent b02e2e357a
commit faf478c98c
2 changed files with 4 additions and 1 deletions

View File

@ -2017,7 +2017,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_8250_DETECT_IRQ=y
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
CONFIG_SERIAL_8250_RSA=y
# CONFIG_COMPUTONE is not set
CONFIG_CYCLADES=m

View File

@ -1964,6 +1964,9 @@ fi
# ||----w |
# || ||
%changelog
* Mon Jan 31 2011 Kyle McMartin <kmcmartin@redhat.com>
- disable CONFIG_SERIAL_8250_DETECT_IRQ (from mschmidt@redhat.com)
* Mon Jan 31 2011 Chuck Ebbert <cebbert@redhat.com>
- Linux 2.6.38-rc2-git8
- Add Trond's NFS bugfixes branch from git.linux-nfs.org