From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [ARM:PATCH v1 1/1] Add Odroid-XU (Exynos5410) support Date: Tue, 29 Jul 2014 08:30:04 +0100 Message-ID: <1406619004.28644.37.camel@dagon.hellion.org.uk> References: <1406242066-7001-1-git-send-email-suriyan.r@gmail.com> <53D24B4B.7020908@linaro.org> <1406291967.24842.1.camel@kazak.uk.xensource.com> <1406318711.4100.38.camel@hastur.hellion.org.uk> <53D390C3.4000506@linaro.org> <53D3EC54.6060105@linaro.org> <53D41C84.5060706@linaro.org> <53D41D01.7060103@linaro.org> <53D647CA.8010502@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Suriyan Ramasami Cc: keir@xen.org, Tim Deegan , Julien Grall , ian.jackson@eu.citrix.com, "xen-devel@lists.xen.org" , Jan Beulich List-Id: xen-devel@lists.xenproject.org On Mon, 2014-07-28 at 15:25 -0700, Suriyan Ramasami wrote: > So, why is any other CPU other than CPU0 not able to read the CNTFRQ > register? Is my CPU turn on code causing this issue, or is something > extra needed to be done to the other CPUs in the bring up code? Are you sure you are writing CNTFRQ on every pCPU? This is a processor local register so it needs setting everywhere, not just once. You symptoms are sounding very much like it is only set on the boot CPU. Ian.