From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nommos.sslcatacombnetworking.com (nommos.sslcatacombnetworking.com [67.18.224.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 8C324DDEA3 for ; Fri, 9 Mar 2007 01:30:55 +1100 (EST) In-Reply-To: <1173129745.24846.50.camel@saruman.qstreams.net> References: <1173129745.24846.50.camel@saruman.qstreams.net> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <3E32AE64-2BE2-4B74-8AEC-4A42AF888010@kernel.crashing.org> From: Kumar Gala Subject: Re: Reset cause API Date: Thu, 8 Mar 2007 08:29:57 -0600 To: bwarren@qstreams.com Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mar 5, 2007, at 3:22 PM, Ben Warren wrote: > Hello, > > Is there an API call, either Linux or PowerPC-specific, for > determining > the cause of the last reset? I can certainly read the RSR myself, but > why bother if the information's available elsewhere. There isnt anything like this since we don't have any consistent way of maintaining information across a reset. Something like kexec could possibly do something. - k