From e76e70cc41889fe6546ee43e96abfb7d47e78925 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 18 Jan 2012 09:16:57 -0600 Subject: [PATCH] build perf on armv7hl --- kernel.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kernel.spec b/kernel.spec index 3e1be7bb5..3be1c083a 100644 --- a/kernel.spec +++ b/kernel.spec @@ -354,6 +354,9 @@ Summary: The Linux kernel %define with_up 0 %define with_perf 0 %endif +%ifarch armv7hl +%define with_perf 1 +%endif # we only build headers on the base arm arches # just like we used to only build them on i386 for x86 %ifnarch armv5tel armv7hl @@ -2044,6 +2047,9 @@ fi # and build. %changelog +* Wed Jan 18 2012 Dennis Gilmore +- build perf on armv7hl + * Wed Jan 18 2012 Josh Boyer - CVE-2012-0056 proc: clean up and fix /proc//mem (rhbz 782681)