[PATCH] resolve ACPI lockup
A much needed (and widely tested) ACPI bugfix for kernel 2.5.28: An u8 was casted into an u32, then all 32 bits were zeroed. This can cause other values, e.g. "unsigned long flags" to be corrupted. When these flags==0 are "restored", the system locks hard.
Showing
Please register or sign in to comment