[OpenBIOS] r254 - in openbios-devel: arch/ppc/briq arch/ppc/mol arch/ppc/pearpc arch/ppc/qemu include/openbios include/ppc kernel

Blue Swirl blauwirbel at gmail.com
Mon Nov 24 18:30:03 CET 2008


On 11/24/08, svn at openbios.org <svn at openbios.org> wrote:
> Author: stepan
>  Date: 2008-11-24 13:19:05 +0100 (Mon, 24 Nov 2008)
>  New Revision: 254

>  --- openbios-devel/kernel/forth.c       2008-11-24 12:16:22 UTC (rev 253)
>  +++ openbios-devel/kernel/forth.c       2008-11-24 12:19:05 UTC (rev 254)
>  @@ -6,6 +6,7 @@
>   * the copyright and warranty status of this work.
>   */
>
>  +extern uint32_t isa_io_base;

Why is this needed? AFAICT forth.c is included by primitives.c, which
includes kernel.h, which includes asm/io.h containing the same
definition.



More information about the OpenBIOS mailing list