Author: blueswirl Date: 2009-01-13 20:31:14 +0100 (Tue, 13 Jan 2009) New Revision: 402
Modified: openbios-devel/arch/unix/unix.c Log: Fix Sparc64 native unix build
Modified: openbios-devel/arch/unix/unix.c =================================================================== --- openbios-devel/arch/unix/unix.c 2009-01-13 17:40:00 UTC (rev 401) +++ openbios-devel/arch/unix/unix.c 2009-01-13 19:31:14 UTC (rev 402) @@ -61,6 +61,8 @@
#ifdef CONFIG_PPC uint32_t isa_io_base; +#elif defined(CONFIG_SPARC64) +unsigned long isa_io_base; #endif
int errno_int; /* implement for fs drivers, needed to build on Mac OS X */