Vikram Narayanan ([email protected]) just uploaded a new patch set to gerrit, 
which you can find at http://review.coreboot.org/913

-gerrit

commit f4e2a1f0d3ba147548db5883533f1a213f6ca929
Author: Vikram Narayanan <[email protected]>
Date:   Sun Apr 22 00:17:04 2012 +0530

    amd: Fix unused variable warning
    
    Comment out the id variable which is used in a commented code
    block.
    
    Change-Id: Ib002d57e5314971f0589d04b7e451ab7d7079f53
    Signed-off-by: Vikram Narayanan <[email protected]>
---
 src/cpu/amd/agesa/family12/model_12_init.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/cpu/amd/agesa/family12/model_12_init.c 
b/src/cpu/amd/agesa/family12/model_12_init.c
index d74b333..79ee992 100644
--- a/src/cpu/amd/agesa/family12/model_12_init.c
+++ b/src/cpu/amd/agesa/family12/model_12_init.c
@@ -62,7 +62,7 @@ static void model_12_init(device_t dev)
 
   u8 i;
   msr_t msr;
-  struct node_core_id id;
+//  struct node_core_id id;
 #if CONFIG_LOGICAL_CPUS == 1
   u32 siblings;
 #endif

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to