* [PATCH/RFC] AutoPage Migration - V0.1 - 5/8 x64_64 check/notify internode migration
@ 2006-03-10 19:49 Lee Schermerhorn
0 siblings, 0 replies; only message in thread
From: Lee Schermerhorn @ 2006-03-10 19:49 UTC (permalink / raw)
To: linux-mm
AutoPage Migration - V0.1 - 5/8 x64_64 check/notify internode migration
Hook check for task memory migration for x86_64.
Signed-off-by: Lee Schermerhorn <lee.schermerhorn@hp.com>
Index: linux-2.6.16-rc5-git6/arch/x86_64/kernel/signal.c
===================================================================
--- linux-2.6.16-rc5-git6.orig/arch/x86_64/kernel/signal.c 2006-01-02 22:21:10.000000000 -0500
+++ linux-2.6.16-rc5-git6/arch/x86_64/kernel/signal.c 2006-03-03 10:26:44.000000000 -0500
@@ -24,6 +24,8 @@
#include <linux/stddef.h>
#include <linux/personality.h>
#include <linux/compiler.h>
+#include <linux/auto-mmigrate.h>
+
#include <asm/ucontext.h>
#include <asm/uaccess.h>
#include <asm/i387.h>
@@ -497,6 +499,12 @@ void do_notify_resume(struct pt_regs *re
clear_thread_flag(TIF_SINGLESTEP);
}
+ /*
+ * check for task memory migration before delivering
+ * signals so that hander[s] use memory in new node.
+ */
+ check_migrate_pending();
+
/* deal with pending signal delivery */
if (thread_info_flags & _TIF_SIGPENDING)
do_signal(regs,oldset);
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-03-10 19:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-10 19:49 [PATCH/RFC] AutoPage Migration - V0.1 - 5/8 x64_64 check/notify internode migration Lee Schermerhorn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox