diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2021-01-03 03:24:08 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2021-01-03 03:24:08 +0100 |
commit | d6cbdaa78bfe1ecf6aa6a95e743bcba390a2ae93 (patch) | |
tree | e76d4a8214b33d78b5d511a5994d9d98838bc9f9 /SOURCES/futex2.patch | |
parent | 0667c4c19d88cabd3f3fbcfdc4c877b0aef83f85 (diff) | |
download | kernel-fsync-d6cbdaa78bfe1ecf6aa6a95e743bcba390a2ae93.tar.gz kernel-fsync-d6cbdaa78bfe1ecf6aa6a95e743bcba390a2ae93.zip |
force futex25.9
futex 2 dependend on EXPERT being set before being configured.
Since we don't want to deal with the 30 new configuration values that enabling EXPERT allows configuring we are just going to force it on by default via the patch
Diffstat (limited to 'SOURCES/futex2.patch')
-rw-r--r-- | SOURCES/futex2.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SOURCES/futex2.patch b/SOURCES/futex2.patch index bfd12ba..bae4138 100644 --- a/SOURCES/futex2.patch +++ b/SOURCES/futex2.patch @@ -160,7 +160,7 @@ index 2a5df1cf838c..440f21f5c3d8 100644 +config FUTEX2 + bool "Enable futex2 support" if EXPERT + depends on FUTEX -+ default n ++ default y + help + Experimental support for futex2 interface. + |