diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-04-19 04:00:00 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-04-19 04:00:00 +0000 |
commit | 46e045034336a2cc90c1798cd7cc07af744ddfd6 (patch) | |
tree | 3b9b51fc482e729f663d25333e77fbed9aaa939a /mm/memory.c | |
parent | 31dc59d503a02e84c4de98826452acaeb56dc15a (diff) |
Merge with Linux 2.3.99-pre4.
Diffstat (limited to 'mm/memory.c')
-rw-r--r-- | mm/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory.c b/mm/memory.c index 1bb7433c0..28791baa2 100644 --- a/mm/memory.c +++ b/mm/memory.c @@ -1053,7 +1053,7 @@ static int do_swap_page(struct task_struct * tsk, pte = mk_pte(page, vma->vm_page_prot); - set_bit(PG_swap_entry, &page->flags); + SetPageSwapEntry(page); /* * Freeze the "shared"ness of the page, ie page_count + swap_count. |