CVSROOT: /cvs Module name: src Changes by: phess...@cvs.openbsd.org 2010/11/01 09:37:03
Modified files: sys/arch/amd64/amd64: trap.c Log message: convert a trap that ends up in 'we_re_toast' from a boot(RB_HALT) into a real panic. this brings amd64 inline with all of the other arches. OK kettenis@, mikeb@, krw@, guenther@, thib@