commit | 6461f45b7194b4b345e2f5991c3f75c5ed36f238 | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Sun Jul 30 21:17:26 2017 +0200 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Aug 01 20:17:02 2017 +0800 |
tree | 1211f13fff14d694b844d8048efcf8dfedc60a42 | |
parent | 724368928c889bf754bea176f3e0aea5c1ec01b9 [diff] |
x86: ivybridge: remove unused uma_memory_size The value of uma_memory_size depends on an undefined value from the stack. The value of uma_memory_size is changed but never used. So simply remove this superfluous code. The problem was indicated by cppcheck. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>