summaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/iseries/hv_call_xm.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2006-07-14 17:27:26 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2006-07-14 17:27:26 +1000
commit790e05d8c2b9941218c7c9ffb5c318382fab0a8b (patch)
treeefc88203419278fbe9aa6ebbf3b74738abf573f2 /include/asm-powerpc/iseries/hv_call_xm.h
parent20697cb775bdd0271f3c90fad2d15c065fd19488 (diff)
parentca652c9396fa052815518e2b2ce2ebee6d9fb861 (diff)
downloadop-kernel-dev-790e05d8c2b9941218c7c9ffb5c318382fab0a8b.zip
op-kernel-dev-790e05d8c2b9941218c7c9ffb5c318382fab0a8b.tar.gz
Merge branch 'mpe'
Diffstat (limited to 'include/asm-powerpc/iseries/hv_call_xm.h')
-rw-r--r--include/asm-powerpc/iseries/hv_call_xm.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/asm-powerpc/iseries/hv_call_xm.h b/include/asm-powerpc/iseries/hv_call_xm.h
index ca9202c..392ac3f 100644
--- a/include/asm-powerpc/iseries/hv_call_xm.h
+++ b/include/asm-powerpc/iseries/hv_call_xm.h
@@ -16,23 +16,6 @@
#define HvCallXmSetTce HvCallXm + 11
#define HvCallXmSetTces HvCallXm + 13
-/*
- * Structure passed to HvCallXm_getTceTableParms
- */
-struct iommu_table_cb {
- unsigned long itc_busno; /* Bus number for this tce table */
- unsigned long itc_start; /* Will be NULL for secondary */
- unsigned long itc_totalsize; /* Size (in pages) of whole table */
- unsigned long itc_offset; /* Index into real tce table of the
- start of our section */
- unsigned long itc_size; /* Size (in pages) of our section */
- unsigned long itc_index; /* Index of this tce table */
- unsigned short itc_maxtables; /* Max num of tables for partition */
- unsigned char itc_virtbus; /* Flag to indicate virtual bus */
- unsigned char itc_slotno; /* IOA Tce Slot Index */
- unsigned char itc_rsvd[4];
-};
-
static inline void HvCallXm_getTceTableParms(u64 cb)
{
HvCall1(HvCallXmGetTceTableParms, cb);
OpenPOWER on IntegriCloud