From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4609BF47.6030306@am.sony.com> Date: Tue, 27 Mar 2007 18:05:11 -0700 From: Geoff Levand MIME-Version: 1.0 To: "Mark A. Greer" Subject: Re: [PATCH] powerpc: Disable external interrupts in bootwrapper References: <20070327222840.GA1266@mag.az.mvista.com> In-Reply-To: <20070327222840.GA1266@mag.az.mvista.com> Content-Type: text/plain; charset=UTF-8 Cc: linuxppc-dev , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Mark A. Greer wrote: > Disable external interrupts very early in the bootwrapper in case > the firmware left a device generating interrupts. This is just a guess at what is happening, but I think the OF on my G5 uses the timer interrupt as a kind of watchdog timer, so that if the loaded code hangs, OF will regain control. If you disable interrupts, you may loose this functionality. -Geoff