X-Git-Url: http://git.monstr.eu/?p=linux-2.6-microblaze.git;a=blobdiff_plain;f=include%2Fasm-generic%2Fvmlinux.lds.h;h=17325416e2dee2e400dfb531e9bc5ffc64e13306;hp=40a9c101565ebe120e537eb0e12b471f25a6612a;hb=ce09673636f9581d2e2e24af785c463c030a1fd8;hpb=e31d57ca146bbd0a7deb7ad8c3380ffa4358e85c diff --git a/include/asm-generic/vmlinux.lds.h b/include/asm-generic/vmlinux.lds.h index 40a9c101565e..17325416e2de 100644 --- a/include/asm-generic/vmlinux.lds.h +++ b/include/asm-generic/vmlinux.lds.h @@ -960,6 +960,7 @@ #ifdef CONFIG_AMD_MEM_ENCRYPT #define PERCPU_DECRYPTED_SECTION \ . = ALIGN(PAGE_SIZE); \ + *(.data..decrypted) \ *(.data..percpu..decrypted) \ . = ALIGN(PAGE_SIZE); #else