(trivial) fix some 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@4076 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
diff --git a/src/arch/i386/boot/tables.c b/src/arch/i386/boot/tables.c
index 72f2344..b9c1f3f 100644
--- a/src/arch/i386/boot/tables.c
+++ b/src/arch/i386/boot/tables.c
@@ -64,8 +64,11 @@
 
 struct lb_memory *write_tables(void)
 {
-	unsigned long low_table_start, low_table_end, new_low_table_end;
+	unsigned long low_table_start, low_table_end;
 	unsigned long rom_table_start, rom_table_end;
+#if HAVE_MP_TABLE == 1
+	unsigned long new_low_table_end;
+#endif
 
 #if HAVE_HIGH_TABLES == 1
 	/* Even if high tables are configured, all tables are copied both to the