.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "CPUFREQ_OUT_OF_SYNC" "9" "09 October 2005" "" ""
.SH NAME
cpufreq_out_of_sync \- If actual and saved CPU frequency differs, we're in deep trouble.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void cpufreq_out_of_sync (unsigned int \fIcpu\fB, unsigned int \fIold_freq\fB, unsigned int \fInew_freq\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcpu\fB\fR
cpu number
.TP
\fB\fIold_freq\fB\fR
CPU frequency the kernel thinks the CPU runs at
.TP
\fB\fInew_freq\fB\fR
CPU frequency the CPU actually runs at
.SH "DESCRIPTION"
.PP
We adjust to current frequency first, and need to clean up later. So either call
to \fBcpufreq_update_policy\fR or schedule \fBhandle_update\fR).