Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/doc sun4v: update the TODO file noting (at ...
details: https://anonhg.NetBSD.org/src/rev/a607bac74cc1
branches: trunk
changeset: 448761:a607bac74cc1
user: palle <palle%NetBSD.org@localhost>
date: Fri Feb 08 19:55:40 2019 +0000
description:
sun4v: update the TODO file noting (at least) some progess with sun4v
diffstat:
sys/arch/sparc64/doc/TODO | 13 ++++---------
1 files changed, 4 insertions(+), 9 deletions(-)
diffs (27 lines):
diff -r fe3c916bce3b -r a607bac74cc1 sys/arch/sparc64/doc/TODO
--- a/sys/arch/sparc64/doc/TODO Fri Feb 08 19:45:24 2019 +0000
+++ b/sys/arch/sparc64/doc/TODO Fri Feb 08 19:55:40 2019 +0000
@@ -1,4 +1,4 @@
- /* $NetBSD: TODO,v 1.28 2018/12/17 20:13:46 palle Exp $ */
+ /* $NetBSD: TODO,v 1.29 2019/02/08 19:55:40 palle Exp $ */
Things to be done:
@@ -11,14 +11,9 @@
- GENERIC.UP kernel hangs on v445 (missing interrupt?)
sun4v:
- - current status: The kernel boots and starts the init process (pid 1)
- which spawns /sbin/sh (pid 2). This is forked as a new /sbin/sh (pid 3)
- which crashes, probably due to MMU DPROT issues.
- Looks like the user process tries to write to the stack as part of a save
- instruction since cansave is zero. This causes a DMMU PROT trap (0x6c) which
- calls sun4v_tl0_dtsb_prot which calls sun4v_datatrap which calls TRAP_SETUP().
- This macro has code that does a save instruction, again to the user stack,
- which again causes a MMU DPROT trap...
+ - current status: The kernel boots and starts the init process.
+ The following processes seem to crash on and on so more debugging to be done...
+
- 64-bit kernel support
- 32-bit kernel support
- libkvm
Home |
Main Index |
Thread Index |
Old Index