From: David Altobelli Date: Tue, 31 Mar 2009 22:23:53 +0000 (-0700) Subject: hpilo: reduce frequency of IO operations X-Git-Tag: v2.6.30-rc1~532 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=891f7d73ea30f925596b90bcf21020bfc5d90f3f;p=pandora-kernel.git hpilo: reduce frequency of IO operations Change hpilo open and close logic to spin for 10usec between checking device, rather than every usec. Because the loop is coded to take up to 10ms, it seemed prudent to increase the interval between polling the device, to reduce the load on the system and allow more other work to happen. Signed-off-by: David Altobelli Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed