ANDROID: fix up change to pti_clone_pgtable()
Due to changes indad75cf2c3
("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:dad75cf2c3
("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
ebdacb6176
commit
bcfc839140
@ -511,7 +511,7 @@ static void pti_clone_entry_text(bool late)
|
||||
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 New Issue
Block a user