diff options
Diffstat (limited to 'usr/src/uts/common/sys/model.h')
-rw-r--r-- | usr/src/uts/common/sys/model.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/model.h b/usr/src/uts/common/sys/model.h index fab96bbe00..0569c086f5 100644 --- a/usr/src/uts/common/sys/model.h +++ b/usr/src/uts/common/sys/model.h @@ -37,7 +37,7 @@ extern "C" { #include <sys/isa_defs.h> -#if defined(_KERNEL) || defined(_KMEMUSER) +#if defined(_KERNEL) || defined(_FAKE_KERNEL) || defined(_KMEMUSER) /* * These bits are used in various places to specify the data model |