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

Commit 4725fd3c authored by Arjan van de Ven's avatar Arjan van de Ven Committed by Len Brown
Browse files

intel_idle: recognize Lincroft Atom Processor

parent 5a5e28da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -265,6 +265,7 @@ static int intel_idle_probe(void)
		break;

	case 0x1C:	/* 28 - Atom Processor */
	case 0x26:	/* 38 - Lincroft Atom Processor */
		lapic_timer_reliable_states = (1 << 2) | (1 << 1); /* C2, C1 */
		cpuidle_state_table = atom_cstates;
		break;