diff options
Diffstat (limited to 'sys/powerpc/include/slb.h')
-rw-r--r-- | sys/powerpc/include/slb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/powerpc/include/slb.h b/sys/powerpc/include/slb.h index 637110c..3242590 100644 --- a/sys/powerpc/include/slb.h +++ b/sys/powerpc/include/slb.h @@ -62,6 +62,9 @@ #define SLBE_ESID_MASK 0xfffffffff0000000UL /* Effective segment ID mask */ #define SLBE_ESID_SHIFT 28 +/* Virtual real-mode VSID in LPARs */ +#define VSID_VRMA 0x1ffffff + /* * User segment for copyin/out */ |