|
@@ -177,6 +177,9 @@ SECTIONS
|
|
}
|
|
}
|
|
. = ALIGN(PAGE_SIZE); /* make sure the gate page doesn't expose kernel data */
|
|
. = ALIGN(PAGE_SIZE); /* make sure the gate page doesn't expose kernel data */
|
|
|
|
|
|
|
|
+ .data.read_mostly : AT(ADDR(.data.read_mostly) - LOAD_OFFSET)
|
|
|
|
+ { *(.data.read_mostly) }
|
|
|
|
+
|
|
.data.cacheline_aligned : AT(ADDR(.data.cacheline_aligned) - LOAD_OFFSET)
|
|
.data.cacheline_aligned : AT(ADDR(.data.cacheline_aligned) - LOAD_OFFSET)
|
|
{ *(.data.cacheline_aligned) }
|
|
{ *(.data.cacheline_aligned) }
|
|
|
|
|