remove more warnings.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5350 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2010-04-02 22:31:35 +00:00
committed by Stefan Reinauer
parent b4a3fcfb4b
commit 26afd18e10
5 changed files with 20 additions and 17 deletions

View File

@ -92,7 +92,7 @@ pcideadlock(void)
*
****************************************************************************/
void bug784(void)
static void bug784(void)
{
msr_t msr;
//static char *name = "Geode by NSC";
@ -133,7 +133,7 @@ void bug784(void)
* Modified:
*
**************************************************************************/
void eng1398(void)
static void eng1398(void)
{
msr_t msr;
@ -164,7 +164,7 @@ void eng1398(void)
* Modified:
*
**************************************************************************/
void
static void
eng2900(void)
{
msr_t msr;
@ -248,7 +248,7 @@ eng2900(void)
}
}
void bug118253(void)
static void bug118253(void)
{
/* GLPCI PIO Post Control shouldn't be enabled */
msr_t msr;
@ -258,7 +258,7 @@ void bug118253(void)
wrmsr(GLPCI_SPARE, msr);
}
void bug118339(void)
static void bug118339(void)
{
/* per AMD, do this always */
msr_t msr = {0,0};
@ -337,7 +337,7 @@ void bug118339(void)
/** Modified:*/
/***/
/****************************************************************************/
void disablememoryreadorder(void)
static void disablememoryreadorder(void)
{
msr_t msr;
msr = rdmsr(MC_CF8F_DATA);