From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Michael Neuling To: Benjamin Herrenschmidt , linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH 5/5] powerpc: Dynamically calculate the dabrx based on kernel/user/hypervisor In-reply-to: <1346908671-7464-5-git-send-email-mikey@neuling.org> References: <1346908671-7464-1-git-send-email-mikey@neuling.org> <1346908671-7464-5-git-send-email-mikey@neuling.org> Date: Thu, 06 Sep 2012 15:31:52 +1000 Message-ID: <8706.1346909512@neuling.org> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Michael Neuling wrote: > Currently we mark the DABRX to interrupt on all matches > (hypervisor/kernel/user and then filter in software. We can be a lot > smarter now that we can set the DABRX dynamically. > > This sets the DABRX based on the flags passed by the user. > > Signed-off-by: Michael Neuling For what it's worth, I have this test case now: http://neuling.org/devel/junkcode/hw_brk_test.c Mikey