CVSROOT: /cvs Module name: src Changes by: a...@cvs.openbsd.org 2009/03/31 02:49:18
Modified files: sys/arch/amd64/amd64: locore.S Log message: - remove obsolete comment - remove dead (#if 0) code - move switch_error panics to after cpu_switchto to make branch prediction happier and the code more readable. no functional change