acpi global lock troubles?

2007-11-05 Thread giovanni
hello,

while I'm trying to better understand what happens I'm curious if
anybody out there is having troubles w/ recent added acpi global lock
or it's just me


uvm_fault(..., 0x0, 0, 1) - e
kernel: page fault trap, code=0
stopped at acpi_acquire_glob_lock+0x4 movl 0(%ecx),%eax
acpi_acquire_glob_lock(...)
...

tnx

-- 
see ya,
giovanni



acpi global lock troubles?

2007-11-05 Thread Alexey Suslikov
giovanni wrote:

while I'm trying to better understand what happens I'm curious if
 anybody out there is having troubles w/ recent added acpi global lock
 or it's just me

 uvm_fault(..., 0x0, 0, 1) - e
 kernel: page fault trap, code=0
 stopped at acpi_acquire_glob_lock+0x4 movl 0(%ecx),%eax
 acpi_acquire_glob_lock(...)


See here
http://marc.info/?l=openbsd-cvsm=119429924024654w=2

- Alexey.