foss-for-synopsys-dwc-arc-processors / linux

Helpful resources for users & developers of Linux kernel for ARC
22 stars 13 forks source link

ARCv3: Perf cluster driver fix #125

Closed xxkent closed 1 year ago

xxkent commented 1 year ago
  1. Changing CRLF -> LF for files of perf cluster driver
  2. Adding newline to the end of perf_cluster.c
  3. arc_cluster_pmu_event_init(). Remove WARN_ON_ONCE for comparision of event.attr.type and pmu.type since it could lead to printing of crash dump.