[PATCH v2] MAINTAINER:file info modification to maintain perf

From: Geunsik Lim
Date: Thu Aug 18 2011 - 03:45:20 EST


From: Geunsik Lim <geunsik.lim@xxxxxxxxxxx>

Actually, perf related c sources depends on architecture core.
So, ./kernel/perf_event.c file not exist from the latest
linux version. Append kernel/events/* content that means
performance events code.

Signed-off-by: Geunsik Lim <geunsik.lim@xxxxxxxxxxx>
CC:Li Zefan <lizf@xxxxxxxxxxxxxx>
---
MAINTAINERS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1d445f5..069ee3b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4971,7 +4971,7 @@ M: Paul Mackerras <paulus@xxxxxxxxx>
M: Ingo Molnar <mingo@xxxxxxx>
M: Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxxxx>
S: Supported
-F: kernel/perf_event*.c
+F: kernel/events/*
F: include/linux/perf_event.h
F: arch/*/kernel/perf_event*.c
F: arch/*/kernel/*/perf_event*.c
--
1.7.3.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/