From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sceptre.pobox.com (sceptre.pobox.com [207.106.133.20]) by ozlabs.org (Postfix) with ESMTP id A23DFDDEBB for ; Thu, 9 Aug 2007 07:57:55 +1000 (EST) Date: Wed, 8 Aug 2007 16:57:39 -0500 From: Nathan Lynch To: Linas Vepstas Subject: Re: [PATCH 1/6] pseries: avoid excess rtas calls Message-ID: <20070808215738.GC10114@localdomain> References: <20070808195916.GA20055@austin.ibm.com> <20070808200115.GA20134@austin.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20070808200115.GA20134@austin.ibm.com> Cc: ppc-dev , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Linas Vepstas wrote: > > We don't need to look up the rtas event token once per > cpu per second. This avoids some misc string ops and > rtas calls and provides some minor performance improvement. It does not avoid any calls to RTAS. (rtas_token merely looks up properties under the /rtas node.) Otherwise, looks okay.