mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 15:11:16 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ extern void __ia64_sync_icache_dcache(pte_t pteval);
|
||||||
static inline void set_pte(pte_t *ptep, pte_t pteval)
|
static inline void set_pte(pte_t *ptep, pte_t pteval)
|
||||||
{
|
{
|
||||||
/* page is present && page is user && page is executable
|
/* 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.)
|
* || copy_on_write with page copying.)
|
||||||
*/
|
*/
|
||||||
if (pte_present_exec_user(pteval) &&
|
if (pte_present_exec_user(pteval) &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue