diff options
Diffstat (limited to 'usr/src/uts/sun4v/sys/ldc_impl.h')
-rw-r--r-- | usr/src/uts/sun4v/sys/ldc_impl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/uts/sun4v/sys/ldc_impl.h b/usr/src/uts/sun4v/sys/ldc_impl.h index da28695afd..ac027cbbcf 100644 --- a/usr/src/uts/sun4v/sys/ldc_impl.h +++ b/usr/src/uts/sun4v/sys/ldc_impl.h @@ -341,8 +341,6 @@ typedef struct ldc_mtbl { */ typedef struct ldc_page { uintptr_t raddr; /* Exported page RA */ - uint64_t offset; /* Exported page offset */ - size_t size; /* Exported page size */ uint64_t index; /* Index in map table */ ldc_mte_slot_t *mte; /* Map table entry */ } ldc_page_t; |