[coreboot] [v2] r4871 - in trunk/coreboot-v2: src/arch/i386/boot src/arch/i386/include src/arch/i386/lib src/boot src/devices src/include src/include/cpu/x86 src/include/device src/lib src/pc80 src/southbridge/intel/i82371eb util/x86emu

Stefan Reinauer stepan at coresystems.de
Wed Oct 28 11:21:19 CET 2009


svn at coreboot.org wrote:
> Modified: trunk/coreboot-v2/src/arch/i386/boot/gdt.c
> ===================================================================
> --- trunk/coreboot-v2/src/arch/i386/boot/gdt.c	2009-10-27 14:05:21 UTC (rev 4870)
> +++ trunk/coreboot-v2/src/arch/i386/boot/gdt.c	2009-10-27 14:29:29 UTC (rev 4871)
> @@ -33,6 +33,7 @@
>  } __attribute__((packed));
>  
>  // Copy GDT to new location and reload it
> +void move_gdt(void);
>  void move_gdt(void)
>  {
>  	void *newgdt;
>
> Modified: trunk/coreboot-v2/src/arch/i386/boot/tables.c
> ===================================================================
> --- trunk/coreboot-v2/src/arch/i386/boot/tables.c	2009-10-27 14:05:21 UTC (rev 4870)
> +++ trunk/coreboot-v2/src/arch/i386/boot/tables.c	2009-10-27 14:29:29 UTC (rev 4871)
>  uint64_t high_tables_base = 0;
>  uint64_t high_tables_size;
>  
>  void move_gdt(void);
>  void cbmem_arch_init(void)
>  {
>   

Not so nice... This warnings should be fixed, not just shut up.


-- 
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: info at coresystems.dehttp://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866





More information about the coreboot mailing list