David Hendricks ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/2362

-gerrit

commit b6024c23233648c1fa29d906d93e9c0c0e81f0f5
Author: David Hendricks <[email protected]>
Date:   Mon Feb 11 16:32:09 2013 -0800

    armv7: don't do anything in checkstack for now()
    
    ** do not submit **
    
    Another gross hack.
    
    Change-Id: I7d95b3b1e30d422aeb2bdf306bd6c6b30710edc2
    Signed-off-by: David Hendricks <[email protected]>
    Signed-off-by: Stefan Reinauer <[email protected]>
---
 src/lib/stack.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/stack.c b/src/lib/stack.c
index 0a6637f..f431fd1 100644
--- a/src/lib/stack.c
+++ b/src/lib/stack.c
@@ -47,7 +47,6 @@ int checkstack(void *top_of_stack, int core)
                        sizeof(stack[0])] - (unsigned long)&stack[i]);
                return 0;
        }
-
        return 0;
 
 }

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

Reply via email to