summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4v/sys/ldc_impl.h
diff options
context:
space:
mode:
authorha137994 <none@none>2008-07-30 11:14:19 -0700
committerha137994 <none@none>2008-07-30 11:14:19 -0700
commit5b7cb889d5dcadfe96f6a0188f0648131d49d3b3 (patch)
treea87e82d407faf8ea116116f1510c82f9e1ce69b7 /usr/src/uts/sun4v/sys/ldc_impl.h
parent31632b7349396ed48ad2afad7285d3b22935a30c (diff)
downloadillumos-joyent-5b7cb889d5dcadfe96f6a0188f0648131d49d3b3.tar.gz
6723311 vds accesses imported dring outside of LDC dring acquire/release calls
6724714 ldc_mem_unbind_handle passes invalid page size code to page_get_shift()
Diffstat (limited to 'usr/src/uts/sun4v/sys/ldc_impl.h')
-rw-r--r--usr/src/uts/sun4v/sys/ldc_impl.h2
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;