diff for duplicates of <0ea080de-8847-c4dd-dcb8-dd9d85529630@linux.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 0e6d79e..65edd67 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -83,9 +83,9 @@ Kajol Jain > > @@ -194,6 +198,8 @@ uint64_t arch__intr_reg_mask(void) > version = (((mfspr(SPRN_PVR)) >> 16) & 0xFFFF); -> if (version = PVR_POWER9) +> if (version == PVR_POWER9) > extended_mask = PERF_REG_PMU_MASK_300; -> + else if (version = PVR_POWER10) +> + else if (version == PVR_POWER10) > + extended_mask = PERF_REG_PMU_MASK_31; > else > return mask; diff --git a/a/content_digest b/N1/content_digest index bb9654a..465bc34 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\01594996707-3727-16-git-send-email-atrajeev@linux.vnet.ibm.com\0" "From\0kajoljain <kjain@linux.ibm.com>\0" "Subject\0Re: [v3 15/15] tools/perf: Add perf tools support for extended regs in power10\0" - "Date\0Tue, 21 Jul 2020 06:16:37 +0000\0" + "Date\0Tue, 21 Jul 2020 11:34:37 +0530\0" "To\0Athira Rajeev <atrajeev@linux.vnet.ibm.com>" mpe@ellerman.id.au acme@kernel.org @@ -101,13 +101,13 @@ "> \n" "> @@ -194,6 +198,8 @@ uint64_t arch__intr_reg_mask(void)\n" "> \tversion = (((mfspr(SPRN_PVR)) >> 16) & 0xFFFF);\n" - "> \tif (version = PVR_POWER9)\n" + "> \tif (version == PVR_POWER9)\n" "> \t\textended_mask = PERF_REG_PMU_MASK_300;\n" - "> +\telse if (version = PVR_POWER10)\n" + "> +\telse if (version == PVR_POWER10)\n" "> +\t\textended_mask = PERF_REG_PMU_MASK_31;\n" "> \telse\n" "> \t\treturn mask;\n" "> \n" > -792b22680fac03e96e1246365c39d13b5389ff1a93e2850053f764562f370c24 +dcc8a36adc400b4ff89921a3783cb59e1206200de92f4bbb5e7aabb77c4b8fba
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.