LWN.net Logo

How to know if you are affected

How to know if you are affected

Posted Jun 29, 2011 18:18 UTC (Wed) by cesarb (subscriber, #6266)
In reply to: How to know if you are affected by troy.unrau
Parent article: PCIe, power management, and problematic BIOSes

Looking at the patch, it always prints that, then it calls the new pcie_clear_aspm() function, which only does its work if you did not force it:

+void pcie_clear_aspm(void)
+{
+ if (!aspm_force)
+ aspm_clear_state = 1;
+}


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds