|
@@ -146,10 +146,10 @@
|
|
|
* Declaration/definition used for per-CPU variables that must be read mostly.
|
|
|
*/
|
|
|
#define DECLARE_PER_CPU_READ_MOSTLY(type, name) \
|
|
|
- DECLARE_PER_CPU_SECTION(type, name, "..readmostly")
|
|
|
+ DECLARE_PER_CPU_SECTION(type, name, "..read_mostly")
|
|
|
|
|
|
#define DEFINE_PER_CPU_READ_MOSTLY(type, name) \
|
|
|
- DEFINE_PER_CPU_SECTION(type, name, "..readmostly")
|
|
|
+ DEFINE_PER_CPU_SECTION(type, name, "..read_mostly")
|
|
|
|
|
|
/*
|
|
|
* Intermodule exports for per-CPU variables. sparse forgets about
|