···624624 struct acpi_processor *match_pr;625625 struct acpi_psd_package *match_pdomain;626626627627- down(&performance_sem);627627+ mutex_lock(&performance_mutex);628628629629 retval = 0;630630···772772 pr->performance = NULL; /* Will be set for real in register */773773 }774774775775- up(&performance_sem);775775+ mutex_unlock(&performance_mutex);776776 return retval;777777}778778EXPORT_SYMBOL(acpi_processor_preregister_performance);