CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2009/05/09 12:08:59

Modified files:
        sys/arch/mips64/include: arcbios.h 
        sys/arch/mips64/mips64: arcbios.c 
        sys/arch/sgi/stand/boot: arcbios.c diskio.c 

Log message:
Promote types in ARCBios function prototypes from int to long whenever
necessary, to allow the same C code to be used against 32 bit ARCBios, when
compiled in 32 bit mode, or against 64 bit ARCBios, when compiled in native
mode.

Soon to be used by the boot blocks; this commit doesn't introduce any
functional change yet.

Reply via email to