From: Steven Rostedt <[email protected]> Date: Mon, 15 Aug 2011 15:55:00 -0400
> But if they use recordmcount.c instead, then nothing needs to be done > with recordmcount.pl. Thanks again Steven, I'll push the following via the sparc tree. -------------------- >From 178a29600340bef5b13cd4157053679debe35351 Mon Sep 17 00:00:00 2001 From: "David S. Miller" <[email protected]> Date: Mon, 15 Aug 2011 14:45:17 -0700 Subject: [PATCH] sparc64: Set HAVE_C_RECORDMCOUNT Signed-off-by: David S. Miller <[email protected]> --- arch/sparc/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 42c67be..1a6f20d 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -55,6 +55,7 @@ config SPARC64 select PERF_USE_VMALLOC select IRQ_PREFLOW_FASTEOI select ARCH_HAVE_NMI_SAFE_CMPXCHG + select HAVE_C_RECORDMCOUNT config ARCH_DEFCONFIG string -- 1.7.6.401.g6a319 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

