From: Grant Likely Date: Tue, 7 Oct 2014 10:30:31 +0000 (+0100) Subject: of/selftest: Move hash table off stack to fix large frame size X-Git-Tag: fixes-against-v3.18-rc2~125^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2118f4b8dfc666c3e4a9e262beca79636a0852fe;p=pandora-kernel.git of/selftest: Move hash table off stack to fix large frame size The new testcase that checks phandle consistency was using a hash table on the stack which made the frame size much large than it should be. Fix the problem by moving the hash table into the file scope. Signed-off-by: Grant Likely --- Reading git-diff-tree failed