mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-19 19:14:01 +08:00
arch/ia64/include/asm/pgtable.h: minor typo fixes
s/migraton/migration/ Link: https://lkml.kernel.org/r/20210313045519.9310-1-unixbhaskar@gmail.com Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
3eac094b93
commit
8b30c6256d
@ -328,7 +328,7 @@ extern void __ia64_sync_icache_dcache(pte_t pteval);
|
||||
static inline void set_pte(pte_t *ptep, pte_t pteval)
|
||||
{
|
||||
/* page is present && page is user && page is executable
|
||||
* && (page swapin or new page or page migraton
|
||||
* && (page swapin or new page or page migration
|
||||
* || copy_on_write with page copying.)
|
||||
*/
|
||||
if (pte_present_exec_user(pteval) &&
|
||||
|
Loading…
Reference in New Issue
Block a user