From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Williams Subject: Re: [PATCH 03/56] microblaze_v2: Cpuinfo handling Date: Mon, 05 May 2008 11:52:22 +1000 Message-ID: <1209952342.5798.37.camel@localhost> References: <1209901305-6404-1-git-send-email-monstr@seznam.cz> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from uki.us.mooball.net ([66.98.178.13]:48785 "EHLO uki.us.mooball.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753370AbYEEBxU (ORCPT ); Sun, 4 May 2008 21:53:20 -0400 In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: monstr@seznam.cz Cc: linux-kernel@vger.kernel.org, arnd@arndb.de, linux-arch@vger.kernel.org, stephen.neuendorffer@xilinx.com, John.Linn@xilinx.com, matthew@wil.cx, will.newton@gmail.com, drepper@redhat.com, microblaze-uclinux@itee.uq.edu.au, grant.likely@secretlab.ca, Michal Simek > --- /dev/null > +++ b/arch/microblaze/kernel/cpu/cpuinfo-static.c > @@ -0,0 +1,117 @@ > + > + ci->cpu_clock_freq = fcpu(cpu, "timebase-frequency"); Should this be added to cpuinfo-pvr.c? > --- /dev/null > +++ b/include/asm-microblaze/cpuinfo.h ... > + /* HW debug support */ > + int hw_debug; > + int num_pc_brk; > + int num_rd_brk; > + int num_wr_brk; + /* CPU and system timebase info */ > + int cpu_clock_freq; > + > +void set_cpuinfo_pvr_partial(struct cpuinfo *ci); pvr_partial never got written - it can be deleted. John