Thread (11 messages) 11 messages, 3 authors, 2025-02-18

Re: [PATCH v7 1/5] arm64: Modify _midr_range() functions to read MIDR/REVIDR internally

From: Sebastian Ott <hidden>
Date: 2025-02-14 16:04:39
Also in: kvmarm

Hi Shameer,

On Fri, 14 Feb 2025, Shameer Kolothum wrote:
static inline bool
-is_midr_in_range_list(u32 midr, struct midr_range const *ranges)
+is_midr_in_range_list(struct midr_range const *ranges)
{
	while (ranges->model)
-		if (is_midr_in_range(midr, ranges++))
+		if (is_midr_in_range(ranges++))
			return true;
	return false;
}
There's one more user of this:
drivers/hwtracing/coresight/coresight-etm4x-core.c:1219:13: error: too many arguments to function ‘is_midr_in_range_list’
  1219 |         if (is_midr_in_range_list(read_cpuid_id(), etm_wrong_ccitmin_cpus)) {
       |             ^~~~~~~~~~~~~~~~~~~~~

(sr)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help