From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 30 Apr 2015 20:31:47 +0200 From: Gilles Chanteperdrix Message-ID: <20150430183147.GZ1993@hermes.click-hack.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Xenomai] Ipipe-core patched kernel fails to start when certain platform drivers are enabled List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hongfei Cheng Cc: xenomai@xenomai.org On Thu, Apr 30, 2015 at 08:53:10AM -0700, Hongfei Cheng wrote: > 4). High resolution counter is not yet supported as we're exploring > different way(s) to implement TSC. Note the implications here: if you say "all armv8 will use architected timer", we can get away with a unique implementation. If you want to use another timer, then we will have to implement kernel helpers with a constant kernel/user ABI, so probably in the vdso. All this for an improved accuracy that may well not be worth the trouble. -- Gilles.