From c7cdf5ff96e7c3bb008877893aa194908dca2185 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 30 Aug 2014 12:51:11 +0200 Subject: Increate the pageout thread priority * vm/vm_pageout.c (vm_pageout): Set the priority to 0. --- vm/vm_pageout.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vm') diff --git a/vm/vm_pageout.c b/vm/vm_pageout.c index 7ac43d6..d57da78 100644 --- a/vm/vm_pageout.c +++ b/vm/vm_pageout.c @@ -912,6 +912,7 @@ void vm_pageout(void) current_thread()->vm_privilege = TRUE; stack_privilege(current_thread()); + thread_set_own_priority(0); /* * Initialize some paging parameters. -- cgit v1.2.3