lkml.org 
[lkml]   [2015]   [Dec]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2/2] perf/x86/intel/uncore: Add Knights Landing uncore PMU support
On Mon, Dec 07, 2015 at 02:32:32PM -0800, Harish Chegondi wrote:
> @@ -981,6 +990,8 @@ static int __init uncore_pci_init(void)
> break;
> case 61: /* Broadwell */
> ret = bdw_uncore_pci_init();
> + case 87: /* Knights Landing */
> + ret = knl_uncore_pci_init();
> break;
> default:
> return 0;
> @@ -1289,6 +1300,8 @@ static int __init uncore_cpu_init(void)
> break;
> case 86: /* BDX-DE */
> bdx_uncore_cpu_init();
> + case 87: /* Knights Landing */
> + knl_uncore_cpu_init();
> break;
> default:

Surely you need some extra break statements in there?


\
 
 \ /
  Last update: 2015-12-08 10:21    [W:0.070 / U:0.304 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site