From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Tue, 23 Nov 2010 14:38:39 -0000 Subject: [PATCH v2] ARM: perf: split up perf_event.c by architecture In-Reply-To: References: <-6296264039105571970@unknownmsgid> Message-ID: <001f01cb8b1c$1ebf4db0$5c3de910$@deacon@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Jean, > About the patch 5/5: > > This probably is nitpicking from my side, but there still are warnings > generated by checkpatch: > > WARNING: please, no space before tabs > #3999: FILE: arch/arm/kernel/perf_event_xscale.c:9: > + * ^I- xscale1pmu: 2 event counters and a cycle counter$ > > WARNING: please, no space before tabs > #4000: FILE: arch/arm/kernel/perf_event_xscale.c:10: > + * ^I- xscale2pmu: 4 event counters and a cycle counter$ > > total: 0 errors, 2 warnings, 4754 lines checked These are in comments though so I'm not sure the coding-style rules apply. I can change it if if *really* annoys you though :) > Other than that, nice work! > > Acked-by: Jean Pihet Great, thanks! The hard part is going to be getting this merged without breaking any pending patches to perf_event.c. I think we're alright at the moment for 2.6.38 but if you see any patches getting scheduled that touch the old code, please let me know. Will