aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2009-08-24 19:20:57 +0200
committerThomas Bächler <thomas@archlinux.org>2009-08-24 19:20:57 +0200
commitf8f47d1b0d915485ccc08dcfaa5b312b44c67322 (patch)
tree39e8a029a9bc9a1b45bc6cb0017b750d20850595 /rc.sysinit
parent252603e5809b66522a8062f11526a13853e1def1 (diff)
downloadinitscripts-f8f47d1b0d915485ccc08dcfaa5b312b44c67322.tar.xz
Remove uevent processing benchmark, as it is useless now that we actually do work between trigger and settle
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit3
1 files changed, 0 insertions, 3 deletions
diff --git a/rc.sysinit b/rc.sysinit
index 503bdc2..bc2836e 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -109,11 +109,8 @@ fi
# Wait for udev uevents
if /bin/pidof -o %PPID /sbin/udevd >/dev/null; then
stat_busy "Waiting for UDev uevents to be processed"
- udevstart="$(/bin/date +%s%0N)"
/sbin/udevadm settle
stat_done
- udevend="$(/bin/date +%s%0N)"
- printhl " UDev uevent processing time: $((($udevend-$udevstart)/1000000))ms"
fi
# bring up the loopback interface