ANDROID: fix up change to pti_clone_pgtable()
Due to changes in dad75cf2c313 ("x86/mm: Fix PTI for i386 some more"), the out-of-tree Android call to pti_clone_pgtable() needs to be fixed up to work/build properly, so do so. Fixes: dad75cf2c313 ("x86/mm: Fix PTI for i386 some more") Change-Id: I64c97f6a24366cd912c7552ddaf04b888702eb26 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
b59ccd9e2f
commit
967f18878a
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ static void pti_clone_entry_text(void)
|
|||
if (IS_ENABLED(CONFIG_CFI_CLANG))
|
||||
pti_clone_pgtable((unsigned long) __cfi_jt_start,
|
||||
(unsigned long) __cfi_jt_end,
|
||||
PTI_CLONE_PMD);
|
||||
PTI_CLONE_PMD, late);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue