commit | c9a4502888e7226a43c5ca2f252c45767f3981fe | [log] [tgz] |
---|---|---|
author | Alistair Delva <adelva@google.com> | Mon Oct 28 15:07:10 2019 -0700 |
committer | Alistair Delva <adelva@google.com> | Mon Oct 28 15:08:40 2019 -0700 |
tree | c8be3fc40a7edc31a10fe740354276f63509a0e4 | |
parent | 0b383e2946f55d64cfd2afeaf1586ef4b1f8df89 [diff] |
ANDROID: dummy_cpufreq: Implement get() Fixes panic in time_cpufreq_notifier+0x94 caused by notifying the x86 TSC synchronization code that a CPU frequency change has occurred, but not properly updating policy->cur beforehand, causing a division by zero. Link: https://github.com/ClangBuiltLinux/linux/issues/756 Change-Id: I687093bbdb402a13341762bf9d91dd7f9daffe8b Signed-off-by: Alistair Delva <adelva@google.com>