We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f2c821 + 46d1097 commit d8258b3Copy full SHA for d8258b3
include/linux/memory-tiers.h
@@ -18,7 +18,7 @@
18
* adistance value (slightly faster) than default DRAM adistance to be part of
19
* the same memory tier.
20
*/
21
-#define MEMTIER_ADISTANCE_DRAM ((4 * MEMTIER_CHUNK_SIZE) + (MEMTIER_CHUNK_SIZE >> 1))
+#define MEMTIER_ADISTANCE_DRAM ((4L * MEMTIER_CHUNK_SIZE) + (MEMTIER_CHUNK_SIZE >> 1))
22
23
struct memory_tier;
24
struct memory_dev_type {
0 commit comments