Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9adbc34d authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Revert "perf: Set the DSU PMU to be readable from any CPU""

parents abe6d961 2090d939
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1130,8 +1130,8 @@ void kgsl_device_snapshot_probe(struct kgsl_device *device, u32 size)
		&device->dev->kobj, "snapshot"))
		return;

	sysfs_create_bin_file(&device->snapshot_kobj, &snapshot_attr);
	sysfs_create_files(&device->snapshot_kobj, snapshot_attrs);
	WARN_ON(sysfs_create_bin_file(&device->snapshot_kobj, &snapshot_attr));
	WARN_ON(sysfs_create_files(&device->snapshot_kobj, snapshot_attrs));
}

/**
+0 −1
Original line number Diff line number Diff line
@@ -582,7 +582,6 @@ static int dsu_pmu_event_init(struct perf_event *event)
		return -EINVAL;

	event->hw.config_base = event->attr.config;
	event->readable_on_cpus = CPU_MASK_ALL;
	return 0;
}