Subject: Re: Today's kernel sources won't boot.
To: Reinoud Zandijk <imago@kabel065011.kabel.utwente.nl>
From: Richard Earnshaw <rearnsha@arm.com>
List: port-arm32
Date: 03/01/2001 11:04:32
Just a random thought.  initarm is run on a temporary stack (set up by 
locore.S) that is limited to 2k.  Could we, by any chance, be blowing this 
limit?  After all, we have an extra function layer in the code now.

R.