CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/02/08 15:13:45
Modified files: sys/arch/mips64/include: arcbios.h sys/arch/mips64/mips64: arcbios.c Log message: Replace ARC_Call2(), used to invoke the `return-to-PROM' routines with a PROM-compatible stack, with a sligthly different ARC_Call_Via_Pointer(), which uses a global function pointer variable instead of computing the address from the ARCBios parameter block; said variable being set in bios_ident(). No functional change... yet. Tested on IP22(24), IP30 and IP32.