83a84,86
>
> // Add domain ID to the list of domains
> domainIDList.push_back(d->domainID());
89a93,103
> DVFSHandler::DomainID
> DVFSHandler::domainID(uint32_t index) const
> {
> fatal_if(index >= numDomains(), "DVFS: Requested index out of "\
> "bound, max value %d\n", (domainIDList.size() - 1));
>
> assert(domains.find(domainIDList[index]) != domains.end());
>
> return domainIDList[index];
> }
>
188a203,204
> bool temp = enableHandler;
>
190a207,211
> if(temp != enableHandler) {
> warn("DVFS: Forcing enable handler status to unserialized value of %d",
> enableHandler);
> }
>