diff options
author | ha137994 <none@none> | 2008-07-30 11:14:19 -0700 |
---|---|---|
committer | ha137994 <none@none> | 2008-07-30 11:14:19 -0700 |
commit | 5b7cb889d5dcadfe96f6a0188f0648131d49d3b3 (patch) | |
tree | a87e82d407faf8ea116116f1510c82f9e1ce69b7 /usr/src/uts/sun4v/sys/ldc_impl.h | |
parent | 31632b7349396ed48ad2afad7285d3b22935a30c (diff) | |
download | illumos-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.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; |