diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-14 10:12:23 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-14 10:12:23 +0000 |
commit | 4154c668f24da79672099dfac06f5263c415fee0 (patch) | |
tree | 260835bf16506bce6bc8f3837a16a352c679c486 /src/cpu/amd | |
parent | c264ad930a2579dc235de0c95842374e89ff5d6a (diff) |
zero warnings days. Down to under 600 different 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@5425 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd')
-rw-r--r-- | src/cpu/amd/model_lx/vsmsetup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/amd/model_lx/vsmsetup.c b/src/cpu/amd/model_lx/vsmsetup.c index 290fa864df..d2a3c58344 100644 --- a/src/cpu/amd/model_lx/vsmsetup.c +++ b/src/cpu/amd/model_lx/vsmsetup.c @@ -268,10 +268,7 @@ uint32_t VSA_msrRead(uint32_t msrAddr) void do_vsmbios(void) { - device_t dev; - unsigned long busdevfn; unsigned char *buf; - unsigned int size = SMM_SIZE * 1024; int i; printk(BIOS_ERR, "do_vsmbios\n"); |