From 286903679a6cd4cfa9f5e7eed49f0bb8f059109e Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Fri, 20 Feb 2004 01:06:41 -0800 Subject: [PATCH] remove udevd priority TODO item, as it's not needed at all. We want to be started by keventd, as that runs at a very fast priority. --- extras/start_udev | 5 ----- 1 file changed, 5 deletions(-) (limited to 'extras') diff --git a/extras/start_udev b/extras/start_udev index 3c39fc9260..5a7bc63515 100644 --- a/extras/start_udev +++ b/extras/start_udev @@ -84,11 +84,6 @@ fi echo "mounting... ramfs at $udev_root" mount -n -t ramfs none $udev_root -# We want to start udevd ourselves if it isn't already running. This -# lets udevd run at a sane nice level... -echo "starting udevd" -$udevd & - # propogate /udev from /sys export ACTION=add export UDEV_NO_SLEEP=1 -- cgit v1.2.3-54-g00ecf