CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2012/10/18 10:54:35
Modified files: sys/arch/sgi/stand/boot: arcbios.c version Log message: Put back the kl_n_shift variable, removed by mistake in 1.18, causing the boot blocks to fail on IP27 and IP35 (IP26, IP30 and 32-bit ARCBios systems unaffected). While there, provide a simpler ARC_Call() macro for 32-bit boot blocks, and put a few more variables and statements within explicit __LP64__ guards. Crank boot blocks version as well.