Message-Id: <20080319211950.342967909@sgi.com> User-Agent: quilt/0.46-1 Date: Wed, 19 Mar 2008 14:19:50 -0700 From: Christoph Lameter To: scaling@ils.sgi.com Cc: Robin Holt Cc: steiner@sgi.com Subject-Prefix: [patch @num@/@total@] Subject: [RFC] EMM Notifier V2(pre1) This is finally a complete version able to sleep (as needed for XPmem). I ran it with all debugging methods on on stapp and it so far was successful to do a kernel compile. Feedback requested. I will likely sent an RFC out tomorrow. How fast can we get some sample code to run with this? V1->V2(pre1) - Allow callbacks to sleep by converting spinlocks taken while traversing reverse maps to rw semaphores. - Fix aging callback --