summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2019-12-02 07:35:25 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2019-12-02 07:35:25 +0100
commit70498378cf4baf812ace5750b2de31c1720a87d5 (patch)
tree2a366aff6b9984b87354f8736d6a4f30afddc18e /sys
parent08d6b0f043f30d85033aacce63fbd9985f3e5325 (diff)
kernel: add missing FPillegal definition for kw and omap kernels
Diffstat (limited to 'sys')
-rw-r--r--sys/src/9/kw/dat.h2
-rw-r--r--sys/src/9/omap/dat.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/src/9/kw/dat.h b/sys/src/9/kw/dat.h
index 84e33ac2d..6e149837b 100644
--- a/sys/src/9/kw/dat.h
+++ b/sys/src/9/kw/dat.h
@@ -72,6 +72,8 @@ enum
FPinit,
FPactive,
FPinactive,
+
+ FPillegal= 0x100,
};
struct Confmem
diff --git a/sys/src/9/omap/dat.h b/sys/src/9/omap/dat.h
index 710134f56..084b3aee9 100644
--- a/sys/src/9/omap/dat.h
+++ b/sys/src/9/omap/dat.h
@@ -96,6 +96,8 @@ enum
FPinit,
FPactive,
FPinactive,
+
+ FPillegal= 0x100,
};
struct Confmem