(no commit message)
authorlkcl <lkcl@web>
Fri, 5 Feb 2021 04:41:17 +0000 (04:41 +0000)
committerIkiWiki <ikiwiki.info>
Fri, 5 Feb 2021 04:41:17 +0000 (04:41 +0000)
openpower.mdwn

index 21b07c4a916036ee0e76d48dcf020b3a7f9b46a9..0832f97fd2509c80d4b2d9d55c05fdaa915ae079 100644 (file)
@@ -173,12 +173,3 @@ Store activation length in a CSR.
 
 Requirements are to have one instruction in each subpage which resets all the way back to PowerISA default. The other is a "back up stack by 1".
 
-# RISCV userspace
-
-Dual ISA, RV userspace only. Requires PowerISA to be able to context-switch RV registers and CSRs.
-
-the exception entry point:
-<https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/powerpc/kernel/exceptions-64s.S?h=v5.4-rc5#n409>
-
-the rest of the context switch code is in a different file:
-<https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/powerpc/kernel/entry_64.S?h=v5.4-rc5#n589>