Skip to content

Commit 317e5ec

Browse files
committed
intel_idle: Update copyright notice, known limitations and version
Update the copyright notice in intel_idle.c to cover the recent changes, drop the description of a "known limitation" that is not a limitation any more and bump up the driver version number. No functional impact. Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent a472e4b commit 317e5ec

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

drivers/idle/intel_idle.c

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
/*
33
* intel_idle.c - native hardware idle loop for modern Intel processors
44
*
5-
* Copyright (c) 2013, Intel Corporation.
5+
* Copyright (c) 2013 - 2020, Intel Corporation.
66
* Len Brown <[email protected]>
7+
* Rafael J. Wysocki <[email protected]>
78
*/
89

910
/*
@@ -25,11 +26,6 @@
2526
/*
2627
* Known limitations
2728
*
28-
* The driver currently initializes for_each_online_cpu() upon modprobe.
29-
* It it unaware of subsequent processors hot-added to the system.
30-
* This means that if you boot with maxcpus=n and later online
31-
* processors above n, those processors will use C1 only.
32-
*
3329
* ACPI has a .suspend hack to turn off deep c-statees during suspend
3430
* to avoid complications with the lapic timer workaround.
3531
* Have not seen issues with suspend, but may need same workaround here.
@@ -55,7 +51,7 @@
5551
#include <asm/mwait.h>
5652
#include <asm/msr.h>
5753

58-
#define INTEL_IDLE_VERSION "0.4.1"
54+
#define INTEL_IDLE_VERSION "0.5.1"
5955

6056
static struct cpuidle_driver intel_idle_driver = {
6157
.name = "intel_idle",

0 commit comments

Comments
 (0)