On 08/04/2017 03:00 AM, Andrew Jones wrote: > On Thu, Aug 03, 2017 at 11:24:29PM -0500, Wei Huang wrote: >> Many code in pmu.c is Intel-specific (e.g. fixed counters, global >> ctrl). This patch renames pmu.c to intel_pmu.c. The makefile and >> unit-test config file are also changed acccordingly. >> >> Signed-off-by: Wei Huang <wei@xxxxxxxxxx> >> --- >> x86/Makefile.common | 2 +- >> x86/intel_pmu.c | 379 ++++++++++++++++++++++++++++++++++++++++++++++++++++ >> x86/pmu.c | 379 ---------------------------------------------------- >> x86/unittests.cfg | 4 +- >> 4 files changed, 382 insertions(+), 382 deletions(-) >> create mode 100644 x86/intel_pmu.c >> delete mode 100644 x86/pmu.c > > It'd be best to create this patch with 'format-patch -M' > Thanks for pointing it out. I will do it in next re-spin. > Thanks, > drew >