From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hopwood Subject: Re: [PATCH][4/5] Remove debug printks. Date: Sun, 10 Jul 2005 22:33:49 +0100 Message-ID: <42D1943D.4020306@blueyonder.co.uk> References: <20050710190324.GA12727@intel.com> Reply-To: david.nospam.hopwood@blueyonder.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20050710190324.GA12727@intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Arun Sharma wrote: > Remove debug printks. > > Sometimes they generate too much output on serial console. Not to mention that error_code was used before being initialized: > unsigned long error_code; > - printk("VMX exit %x: %x/%lx\n", > - exit_reason, idtv_info_field, error_code); -- David Hopwood