From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.234]) by ozlabs.org (Postfix) with ESMTP id 203C2DDE2F for ; Sat, 10 Nov 2007 00:25:33 +1100 (EST) Received: by nz-out-0506.google.com with SMTP id i1so435583nzh for ; Fri, 09 Nov 2007 05:25:31 -0800 (PST) Message-ID: Date: Fri, 9 Nov 2007 08:25:31 -0500 From: "robert lazarski" To: linuxppc-embedded@ozlabs.org Subject: auto soft reset after kernel crash? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi all, I'm trying to read the __log_buf after a kernel crash on a custom board via a software reset. While I'm waiting for the hardware guys to give me a sw reset button, I've noticed that the particular 2.6.22 kernel I'm using software resets itself around 7 minutes after a crash. I tried a 2.6.23 kernel to see if my problem was related to kernel version and it doesn't reset itself. Is this reset indeed a kernel feature? How do I enable / disable it and set the amount of time it waits before it resets? I went thru the menuconfig features and couldn't enable a sw reset. Any ideas? Thanks, Robert