shithub: riscv

Download patch

ref: 70498378cf4baf812ace5750b2de31c1720a87d5
parent: 08d6b0f043f30d85033aacce63fbd9985f3e5325
author: cinap_lenrek <[email protected]>
date: Mon Dec 2 02:35:25 EST 2019

kernel: add missing FPillegal definition for kw and omap kernels

--- a/sys/src/9/kw/dat.h
+++ b/sys/src/9/kw/dat.h
@@ -72,6 +72,8 @@
 	FPinit,
 	FPactive,
 	FPinactive,
+
+	FPillegal= 0x100,
 };
 
 struct Confmem
--- a/sys/src/9/omap/dat.h
+++ b/sys/src/9/omap/dat.h
@@ -96,6 +96,8 @@
 	FPinit,
 	FPactive,
 	FPinactive,
+
+	FPillegal= 0x100,
 };
 
 struct Confmem