From 70498378cf4baf812ace5750b2de31c1720a87d5 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Mon, 2 Dec 2019 07:35:25 +0100 Subject: kernel: add missing FPillegal definition for kw and omap kernels --- sys/src/9/kw/dat.h | 2 ++ sys/src/9/omap/dat.h | 2 ++ 2 files changed, 4 insertions(+) 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 -- cgit v1.2.3