Nate Lawson 956690d41b MPSAFE locking
* Restructure the event handling path.  acpi_tz_thread() now calls
  acpi_tz_timeout() any time an event occurs.  acpi_tz_timeout() checks
  the flags and calls acpi_tz_power_profile(), acpi_tz_establish(), and
  acpi_tz_monitor() as appropriate.  Notifies only do a wakeup and let
  acpi_tz_thread() do the actual work.  This path is cleaner and allows
  locking since the call path is now always a D.A.G.
* Add the acpi_tz_signal() function to set flags and wake the thread.
* Remove the tz_tmp_updating flag since calls are serialized by
  acpi_tz_thread().
* Remove Giant locking.
2004-08-13 06:22:17 +00:00
..
2004-07-10 20:56:43 +00:00
2004-08-13 06:21:36 +00:00
2004-08-13 06:21:41 +00:00
2004-08-13 06:21:44 +00:00
2004-08-13 06:21:47 +00:00
2004-08-13 06:21:53 +00:00
2004-08-13 06:21:55 +00:00
2004-08-13 06:22:03 +00:00
2004-08-13 06:21:58 +00:00
2004-08-13 06:22:07 +00:00
2004-08-13 06:22:10 +00:00
2004-08-13 06:22:17 +00:00
2004-08-13 06:21:32 +00:00
2004-08-13 06:21:19 +00:00