the following patch was just integrated into master:
commit bc3abbbaf05123f87cee143845868bf6b95fdd3e
Author: Ronald G. Minnich <[email protected]>
Date:   Wed Jan 30 15:05:19 2013 -0600

    armv7: don't hang on divide by zero
    
    People make mistakes. Hanging the box is not a good reason to kill the 
firmware,
    esp. since this is probably happening in a printk.
    
    The only issue with the recursive call to printk is that we may
    deadlock if we have locked something. But we can at least try.
    Hanging is certainly not what we want ...
    
    Change-Id: Ib3bc87bc395ae89e115cf6d042f4167856422ca1
    Signed-off-by: Ronald G. Minnich <[email protected]>
    Reviewed-on: http://review.coreboot.org/2233
    Tested-by: build bot (Jenkins)
    Reviewed-by: Peter Stuge <[email protected]>

Build-Tested: build bot (Jenkins) at Wed Jan 30 22:34:57 2013, giving +1
Reviewed-By: Peter Stuge <[email protected]> at Wed Jan 30 22:36:25 2013, giving +2
See http://review.coreboot.org/2233 for details.

-gerrit

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to