aboutsummaryrefslogtreecommitdiff
path: root/drivers/idle/intel_idle.c
diff options
context:
space:
mode:
authorMathias Krause <[email protected]>2015-03-25 22:15:52 +0100
committerRafael J. Wysocki <[email protected]>2015-04-11 02:21:15 +0200
commitea85dbcaec0ff29f2c3f84be4c8a01a94e8bd449 (patch)
tree8bd9e2c1611531f01be3a8d3564e64199a620fbb /drivers/idle/intel_idle.c
parent34dfa36c04c5883c325e8d62905c0ca5551fcf27 (diff)
powercap / RAPL: mark rapl_ids array as __initconst
The RAPL ids are only tested in rapl_init() which is itself an __init function. For the MODULE_DEVICE_TABLE() file2alias doesn't care about the section, just about the symbol name. Therefore it's safe to mark the rapl_ids[] array as __initconst so its memory can be released after initialization is done. Signed-off-by: Mathias Krause <[email protected]> Acked-by: Jacob Pan <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'drivers/idle/intel_idle.c')
0 files changed, 0 insertions, 0 deletions