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

Commit 1f3d7b60 authored by Andi Kleen's avatar Andi Kleen Committed by Robert Richter
Browse files

oprofile: remove undocumented oprofile.p4force option



There are no new P4s and the oprofile code knows about all existing
ones, so we don't really need the p4force option anymore.

Remove it.

Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
parent 1dcdb5a9
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -356,14 +356,11 @@ static void exit_sysfs(void)
#define exit_sysfs() do { } while (0)
#endif /* CONFIG_PM */

static int p4force;
module_param(p4force, int, 0);

static int __init p4_init(char **cpu_type)
{
	__u8 cpu_model = boot_cpu_data.x86_model;

	if (!p4force && (cpu_model > 6 || cpu_model == 5))
	if (cpu_model > 6 || cpu_model == 5)
		return 0;

#ifndef CONFIG_SMP