Browse Source

intel_idle: recognize Lincroft Atom Processor

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Arjan van de Ven 15 năm trước cách đây
mục cha
commit
4725fd3ce9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      drivers/idle/intel_idle.c

+ 1 - 0
drivers/idle/intel_idle.c

@@ -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;