From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4575A3BF.40605@domain.hid> Date: Tue, 05 Dec 2006 17:52:15 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 Subject: Re: [Adeos-main] [PATCH] I-pipe tracer for ARM References: <457584DD.90600@domain.hid> <4575888D.8090904@domain.hid> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit List-Id: General discussion about Adeos List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sebastian Smolorz Cc: adeos-main@gna.org Sebastian Smolorz wrote: > Gilles Chanteperdrix wrote: >>Probably not, the vmalloced area is added only to the page table of the >>process that calls vmalloc, it is added to other processes table page >>only once they use it. > > > Are there any alternatives? Or do we have to live with this restriction? The alternative is to implement set_pgdir. I had a look at it, but I stopped when I realized that the linked list of mm structs which exists on x86 did not exist on arm. -- Gilles Chanteperdrix