File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ static const struct {
248
248
const char * option ;
249
249
enum spectre_v2_mitigation_cmd cmd ;
250
250
bool secure ;
251
- } mitigation_options [] = {
251
+ } mitigation_options [] __initdata = {
252
252
{ "off" , SPECTRE_V2_CMD_NONE , false },
253
253
{ "on" , SPECTRE_V2_CMD_FORCE , true },
254
254
{ "retpoline" , SPECTRE_V2_CMD_RETPOLINE , false },
@@ -486,7 +486,7 @@ static const char * const ssb_strings[] = {
486
486
static const struct {
487
487
const char * option ;
488
488
enum ssb_mitigation_cmd cmd ;
489
- } ssb_mitigation_options [] = {
489
+ } ssb_mitigation_options [] __initdata = {
490
490
{ "auto" , SPEC_STORE_BYPASS_CMD_AUTO }, /* Platform decides */
491
491
{ "on" , SPEC_STORE_BYPASS_CMD_ON }, /* Disable Speculative Store Bypass */
492
492
{ "off" , SPEC_STORE_BYPASS_CMD_NONE }, /* Don't touch Speculative Store Bypass */
You can’t perform that action at this time.
0 commit comments