x86: cpu: Make the vendor table const
authorSimon Glass <sjg@chromium.org>
Mon, 7 Mar 2016 02:27:57 +0000 (19:27 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 17 Mar 2016 02:27:23 +0000 (10:27 +0800)
commit6d24a1eebe5685d1ed7c1e066e333ff4cc795367
tree87dc4be092616669753533da1592a073b02368cc
parent9a01cca75067496b28e9b81477e80953b7a96857
x86: cpu: Make the vendor table const

This does not need to be modified at run-time, so make it const.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/cpu.c