Date: Tue, 27 Mar 2001 17:54:06 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> 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 Message-ID: <200103280154.f2S1s7X72315@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <machine/prom.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103280154.f2S1s7X72315>
