From 9d115bb40134284a4e8f6bfc5d8aae219a4e55c3 Mon Sep 17 00:00:00 2001 From: Will Deacon Date: Wed, 16 Jan 2013 12:01:59 +0000 Subject: [PATCH] ARM: perf: don't pretend to support counting of L1I writes ARM has a harvard cache architecture and cannot write directly to the I-side. This patch removes the L1I write events from the cache map (which previously returned *read* events in many cases). Reported-by: Mike Williams Signed-off-by: Will Deacon Conflicts: arch/arm/kernel/perf_event_v7.c --- Reading git-format-patch failed