kernel: add missing FPillegal definition for kw and omap kernels
This commit is contained in:
parent
08d6b0f043
commit
70498378cf
2 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,8 @@ enum
|
|||
FPinit,
|
||||
FPactive,
|
||||
FPinactive,
|
||||
|
||||
FPillegal= 0x100,
|
||||
};
|
||||
|
||||
struct Confmem
|
||||
|
|
|
@ -96,6 +96,8 @@ enum
|
|||
FPinit,
|
||||
FPactive,
|
||||
FPinactive,
|
||||
|
||||
FPillegal= 0x100,
|
||||
};
|
||||
|
||||
struct Confmem
|
||||
|
|
Loading…
Reference in a new issue