analog changes for the cpu_driver structures...
authorStefan Reinauer <stepan@coresystems.de>
Wed, 24 Oct 2007 11:10:21 +0000 (11:10 +0000)
committerStefan Reinauer <stepan@openbios.org>
Wed, 24 Oct 2007 11:10:21 +0000 (11:10 +0000)
commit124e4a45ca6d1b1765b70fdc14ce03c5df76b257
treebb03e69f50462eea0988531846056dfc9031023b
parentf1cf1f7c3aba660e4a174e966c4ef366d908565c
analog changes for the cpu_driver structures...
make them const before putting them into the read-only segment...
(trivial)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2892 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
13 files changed:
src/cpu/amd/model_fxx/model_fxx_init.c
src/cpu/amd/model_gx1/model_gx1_init.c
src/cpu/amd/model_gx2/model_gx2_init.c
src/cpu/amd/model_lx/model_lx_init.c
src/cpu/intel/model_69x/model_69x_init.c
src/cpu/intel/model_6dx/model_6dx_init.c
src/cpu/intel/model_6xx/model_6xx_init.c
src/cpu/intel/model_f0x/model_f0x_init.c
src/cpu/intel/model_f1x/model_f1x_init.c
src/cpu/intel/model_f2x/model_f2x_init.c
src/cpu/intel/model_f3x/model_f3x_init.c
src/cpu/intel/model_f4x/model_f4x_init.c
src/cpu/via/model_centaur/model_centaur_init.c