From owner-cvs-all Tue Mar 27 17:54:10 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 29AB737B719; Tue, 27 Mar 2001 17:54:07 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2S1s7X72315; Tue, 27 Mar 2001 17:54:07 -0800 (PST) (envelope-from jhb) Message-Id: <200103280154.f2S1s7X72315@freefall.freebsd.org> From: John Baldwin Date: Tue, 27 Mar 2001 17:54:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha alpha-gdbstub.c autoconf.c clock.c db_interface.c genassym.c interrupt.c machdep.c prom.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/03/27 17:54:06 PST Modified files: sys/alpha/alpha alpha-gdbstub.c autoconf.c clock.c db_interface.c genassym.c interrupt.c machdep.c prom.c Log: - Include to get the prototype for prom_halt(). - If there is no gdb device, just return without trying to return any value since gdb_handle_exception() returns void. - When calling prom_halt(), pass in a value telling it to actually halt and not to randomly choose whether or not to halt or reboot depending on whatever value happened to be in a0 when the call was made. Revision Changes Path 1.11 +4 -3 src/sys/alpha/alpha/alpha-gdbstub.c 1.42 +1 -2 src/sys/alpha/alpha/autoconf.c 1.20 +19 -20 src/sys/alpha/alpha/clock.c 1.15 +8 -5 src/sys/alpha/alpha/db_interface.c 1.26 +2 -2 src/sys/alpha/alpha/genassym.c 1.44 +2 -2 src/sys/alpha/alpha/interrupt.c 1.117 +13 -17 src/sys/alpha/alpha/machdep.c 1.15 +15 -14 src/sys/alpha/alpha/prom.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message