Unset UEVENT_HELPER_PATH to save some boot cycles.

even Lenny no longer used to have /sbin/hotplug,
saves a few cycles on boot.

svn path=/dists/trunk/linux-2.6/; revision=14417
This commit is contained in:
Maximilian Attems 2009-10-19 22:45:24 +00:00
parent c28edfbcc8
commit 0df5a19f52
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -15,6 +15,7 @@ linux-2.6 (2.6.31-1~experimental.3) UNRELEASED; urgency=low
* [x86] Enable modular X86_MCE_INJECT.
* [x86_64] Set LOG_BUF_SHIFT to 2^18.
* Set LSM_MMAP_MIN_ADDR to zero to unbreak dosemu and 16-bit Wine.
* Unset UEVENT_HELPER_PATH to save some boot cycles.
-- Ben Hutchings <ben@decadent.org.uk> Tue, 13 Oct 2009 02:18:40 +0100

View File

@ -167,7 +167,7 @@ CONFIG_ATM_SOLOS=m
##
## file: drivers/base/Kconfig
##
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y