]> git.baikalelectronics.ru Git - kernel.git/commit
of/selftest: Move hash table off stack to fix large frame size
authorGrant Likely <grant.likely@linaro.org>
Tue, 7 Oct 2014 10:30:31 +0000 (11:30 +0100)
committerGrant Likely <grant.likely@linaro.org>
Tue, 7 Oct 2014 10:30:31 +0000 (11:30 +0100)
commitbcc1d4206e983e7ac2794ac2311a9f6328aeb543
treeb0dabd31a3f41cfff12b8d8304b76be8a93019f2
parent07fd6426837b03dcf7fba7641a367d29647384d7
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 <grant.likely@linaro.org>
drivers/of/selftest.c