CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2015/06/07 06:16:27
Modified files: sys/arch/i386/i386: mpbios.c sys/arch/amd64/amd64: mpbios.c Log message: Add a default panic case to a switch statement where code after assumes one of the cases was reached. Matches other parts of the mpbios code.