diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-13 03:30:22 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-13 04:02:18 (EST) |
commit | 90297f784b87762318d3395327b49ca32aceb8d3 (patch) | |
tree | 0e5d37d003904500445200cdc6d85c48a2bf3f02 /src | |
parent | 1673835580024d732f94f0537096da9191e5c660 (diff) |
linux-libre-4.19: Drop "rw" from command line
Diffstat (limited to 'src')
-rw-r--r-- | src/build/linux-libre-4.19_4.19.167+gnu/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/linux-libre-4.19_4.19.167+gnu/config b/src/build/linux-libre-4.19_4.19.167+gnu/config index 4b6d736..1e4186b 100644 --- a/src/build/linux-libre-4.19_4.19.167+gnu/config +++ b/src/build/linux-libre-4.19_4.19.167+gnu/config @@ -352,7 +352,7 @@ CONFIG_HOTPLUG_CPU=y # CONFIG_DEBUG_HOTPLUG_CPU0 is not set # CONFIG_COMPAT_VDSO is not set CONFIG_CMDLINE_BOOL=y -CONFIG_CMDLINE="rw mce=0 page_poison=1 pti=on spectre_v2=off quiet" +CONFIG_CMDLINE="mce=0 page_poison=1 pti=on spectre_v2=off quiet" # CONFIG_CMDLINE_OVERRIDE is not set # CONFIG_MODIFY_LDT_SYSCALL is not set CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |