NetBSD/sys/arch/powerpc
mrg 648bbec934 in cpu_dumpconf(), don't panic() if we can't bdevsw_lookup() the
dumpdev.  this occurs when we try to set the dumpdev to a device
with no driver loaded.  this fixes PR#34872.

in sys_swapctl, if bdevsw_lookup() fails, set dumpdev = NODEV
before calling cpu_dumpconf().  (this also fixes PR#34872.)

XXX: cpu_dumpconf() should probably be changed to take a dumpdev
XXX: and return an error in such cases, but that is a much more
XXX: intrusive change.

XXX2: this is only run-tested on sparc64 and compile tested on a
XXX2: couple of platforms.
2006-10-21 05:54:31 +00:00
..
conf Fix white-space nit. 2006-09-19 00:50:39 +00:00
fpu Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:06:46 +00:00
ibm4xx * convert ibm4xx-based evbppc from reserved-TLB entry allocation to recently 2006-10-16 18:14:38 +00:00
include * convert ibm4xx-based evbppc from reserved-TLB entry allocation to recently 2006-10-16 18:14:38 +00:00
isa merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
marvell Bring ibm4xx interrupt code up to date: 2006-06-30 17:54:50 +00:00
oea When mapping the kernel, make to update its segment register to be valid. 2006-09-19 22:15:06 +00:00
powerpc in cpu_dumpconf(), don't panic() if we can't bdevsw_lookup() the 2006-10-21 05:54:31 +00:00
tools/chrpicon merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
Makefile