]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
POST: Add disable interrupts in some of the missing CPU POST tests
authorStefan Roese <sr@denx.de>
Fri, 18 Jul 2008 09:03:35 +0000 (11:03 +0200)
committerWolfgang Denk <wd@denx.de>
Sun, 20 Jul 2008 21:00:22 +0000 (23:00 +0200)
commit86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
tree8bfd93d7e9c37dee1d24637ea93c72182f164aae
parent97a3bf268d096e0e97e54048448c35114edcf557
POST: Add disable interrupts in some of the missing CPU POST tests

Some CPU POST tests did not disable the interrupts while running. This
seems to be necessary to protect this self modifying code.

Signed-off-by: Stefan Roese <sr@denx.de>
post/lib_ppc/b.c
post/lib_ppc/cmp.c
post/lib_ppc/cmpi.c
post/lib_ppc/complex.c
post/lib_ppc/cr.c
post/lib_ppc/load.c
post/lib_ppc/multi.c
post/lib_ppc/store.c
post/lib_ppc/string.c