|
@@ -140,7 +140,7 @@ static void BITSFUNC(go)(void *raw_addr, size_t raw_len,
|
|
fprintf(outfile, "#include <asm/vdso.h>\n");
|
|
fprintf(outfile, "#include <asm/vdso.h>\n");
|
|
fprintf(outfile, "\n");
|
|
fprintf(outfile, "\n");
|
|
fprintf(outfile,
|
|
fprintf(outfile,
|
|
- "static unsigned char raw_data[%lu] __page_aligned_data = {",
|
|
|
|
|
|
+ "static unsigned char raw_data[%lu] __ro_after_init __aligned(PAGE_SIZE) = {",
|
|
mapping_size);
|
|
mapping_size);
|
|
for (j = 0; j < stripped_len; j++) {
|
|
for (j = 0; j < stripped_len; j++) {
|
|
if (j % 10 == 0)
|
|
if (j % 10 == 0)
|