pfe_ctrl_timer: use timeout_interruptible instead of _uninterruptible.

Based on the way this loop works, there should be no difference in
functionality (it just loops forever anyway, and deliberately exits if the
thread is requested to exit, and only runs handlers if the current time is
past their scheduled time).  But using interruptible waits leaves the thread
in the S state instead of D, so it doesn't incorrectly increase the load
average.

Change-Id: I2b13bea8709604b220befedf58a6cb585b368650
1 file changed
tree: 77d128013c70596215b7f2ba5c4dc1e8d7e36c4b
  1. auto_bridge/
  2. cmm/
  3. fci/
  4. pfe/
  5. pfe_ctrl/
  6. pfe_firmware/
  7. hotplug-script
  8. Makefile