Skip to content
Commit a8fb4096 authored by Deepak Sharma's avatar Deepak Sharma Committed by Rafael J. Wysocki
Browse files

x86: ACPI: cstate: Optimize C3 entry on AMD CPUs



All Zen or newer CPU which support C3 shares cache. Its not necessary to
flush the caches in software before entering C3. This will cause drop in
performance for the cores which share some caches. ARB_DIS is not used
with current AMD C state implementation. So set related flags correctly.

Signed-off-by: default avatarDeepak Sharma <deepak.sharma@amd.com>
Acked-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent aa06e20f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment