// SPDX-License-Identifier: MIT /* * Copyright © 2019 Intel Corporation */ #include "selftest_llc.h" #include "intel_rps.h" static int gen6_verify_ring_freq(struct intel_llc *llc) { … } int st_llc_verify(struct intel_llc *llc) { … }
// SPDX-License-Identifier: MIT /* * Copyright © 2019 Intel Corporation */ #include "selftest_llc.h" #include "intel_rps.h" static int gen6_verify_ring_freq(struct intel_llc *llc) { … } int st_llc_verify(struct intel_llc *llc) { … }