intel_idle: mark few variables as __read_mostly
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 19 Apr 2023 14:39:47 +0000 (17:39 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 27 Apr 2023 17:37:36 +0000 (19:37 +0200)
commitbd4468295e7a335319c10affdf594b56f1e6c0a4
treedbe25735439ce8d5de812cdba68f756e66b139fc
parent4152379a701ad66b6c4e1c9fc93704d993e49615
intel_idle: mark few variables as __read_mostly

The intention is to clean up the code and make it look a bit more
consistent.

Mark all unitialized module parameter variables as __read_mostly,
not just one of them. The other parameters are read-mostly too.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/idle/intel_idle.c