ANDROID: remove unnecessary SPECULATIVE_PAGE_FAULT config dependency
After recent fixes [1], speculative page fault walks are performed with disabled interrupts, therefore do not depend on ALLOC_SPLIT_PTLOCKS which would affect them if performed under RCU protection. Remove unnecessary config dependency. [1] 5fcb50b0 ("ANDROID: mm: fix speculative walk which is unsafe under RCU") Bug: 253557903 Change-Id: Ia1c835c7b08419f8fce61fa4f7e6842fbf786229 Signed-off-by:Suren Baghdasaryan <surenb@google.com>
Loading
Please sign in to comment