intel_mmio: Add intel_register_access_needs_fakewake

I screwed this up in my recent patch:
commit c7b6ec5000
Author: Ben Widawsky <ben@bwidawsk.net>
Date:   Wed Apr 24 19:05:18 2013 -0700

    clean warnings: Silence unused (or private) functions

I've clarified the functions now, and added the proper call from the
python script.

Time to get a regression tester for our tools?

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
This commit is contained in:
Ben Widawsky
2013-04-26 14:26:48 -07:00
parent 2facc1368d
commit 8be812b86c
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ def init():
print("Register access init failed");
return False
if chipset.intel_register_access_needs_wake():
if chipset.intel_register_access_needs_fakewake():
print("Forcing forcewake. Don't expect your system to work after this.")
get_wake()