cvs commit: src/sys/conf files.sparc64 src/sys/kern kern_shutdown.c src/sys/sparc64/sparc64 dump_machdep.c pmap.c src/sys/sys kerneldump.h src/sys/sparc64/include kerneldump.h ofw_mem.h

[ Available lists | Index of cvs-all | Month of Oct 2002 | Week of 20 Oct 2002 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Thomas Moestl <tmm@FreeBSD.org>
Date
20 Oct 2002 10:03:41
Subject
cvs commit: src/sys/conf files.sparc64 src/sys/kern kern_shutdown.c src/sys/sparc64/sparc64 dump_machdep.c pmap.c src/sys/sys kerneldump.h src/sys/sparc64/include kerneldump.h ofw_mem.h
Message-ID
200210201703.g9KH3FxD063372@repoman.freebsd.org


[ Hide this part ]
tmm         2002/10/20 10:03:15 PDT

Modified files:
sys/conf files.sparc64
sys/kern kern_shutdown.c
sys/sparc64/sparc64 dump_machdep.c pmap.c
sys/sys kerneldump.h
Added files:
sys/sparc64/include kerneldump.h ofw_mem.h
Log:
Add kernel dump support, based on the ia64 version (which was committed
as sparc64/sparc64/dump_machdep.c a while back).
Other than ia64 (which uses ELF), sparc64 uses a homegrown format for
the dumps (headers are required because the physical address and size of
the tsb must be noted, and because physical memory may be discontiguous);
ELF would not offer any advantages here.

Reviewed by: jake

Revision Changes Path
1.34 +1 -0 src/sys/conf/files.sparc64
1.135 +1 -1 src/sys/kern/kern_shutdown.c
1.1 +51 -0 src/sys/sparc64/include/kerneldump.h (new)
1.1 +43 -0 src/sys/sparc64/include/ofw_mem.h (new)
1.2 +99 -151 src/sys/sparc64/sparc64/dump_machdep.c
1.88 +37 -16 src/sys/sparc64/sparc64/pmap.c
1.6 +1 -0 src/sys/sys/kerneldump.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Elapsed time: 0.279 seconds