From: Heiko Carstens Date: Mon, 5 Feb 2007 20:18:37 +0000 (+0100) Subject: [S390] Convert memory detection into C code. X-Git-Tag: v2.6.21-rc1~92^2~41^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab14de6c37fae22911ba99f4171613e6d758050b;p=pandora-kernel.git [S390] Convert memory detection into C code. Hopefully this will make it more maintainable and less error prone. Code makes use of search_exception_tables(). Since it calls this function before the kernel exeception table is sorted, there is an early call to sort_main_extable(). This way it's easy to use the already present infrastructure of fixup sections. Also this would allows to easily convert the rest of head[31|64].S into C code. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed