Skip to content

Commit

Permalink
TO-DO added
Browse files Browse the repository at this point in the history
  • Loading branch information
PMheart committed Jun 9, 2018
1 parent cf791b6 commit b44b4da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CPUFriend/CPUFriend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ bool CPUFriendPlugin::init()
return true;
}

//
// TO-DO:
// Should we also add support for the old ACPI_SMC_Plugin?
// Since massive CPU support has been dropped in 10.14 pre-release, (Although they have not done it for now)
// we shall keep monitoring how everything goes then.
//
void CPUFriendPlugin::myConfigResourceCallback(uint32_t requestTag, kern_return_t result, const void *resourceData, uint32_t resourceDataLength, void *context)
{
if (callbackCpuf && callbackCpuf->orgConfigLoadCallback) {
Expand Down

0 comments on commit b44b4da

Please sign in to comment.