diff options
author | J. German Rivera <Jose.G.Rivera@freescale.com> | 2013-08-30 19:04:36 (GMT) |
---|---|---|
committer | J. German Rivera <German.Rivera@freescale.com> | 2013-08-30 19:04:36 (GMT) |
commit | 994a9d7b30088adf0d931c0287ce95c0b5000620 (patch) | |
tree | 2c070e62add54013c82b3ab6dfe21b494fa535e9 /include | |
parent | b266c1eb20898fd6f066dfb15c930d4a8d58538b (diff) | |
parent | 2baf518cf0005757c3851f9c2ce18904d2a0218e (diff) | |
download | linux-fsl-qoriq-994a9d7b30088adf0d931c0287ce95c0b5000620.tar.xz |
Merge branch 'b4860rev2'
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fsl_dpa_offload.h | 2 | ||||
-rw-r--r-- | include/linux/iommu.h | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/include/linux/fsl_dpa_offload.h b/include/linux/fsl_dpa_offload.h index c85c4c6..b5f4e6e 100644 --- a/include/linux/fsl_dpa_offload.h +++ b/include/linux/fsl_dpa_offload.h @@ -162,7 +162,7 @@ struct ipv4_header { uint8_t *options; /* Size of IPv4 options buffer. Zero for no options. */ - unsigned int options_size; + uint8_t options_size; }; /* Description of the VLAN header */ diff --git a/include/linux/iommu.h b/include/linux/iommu.h index 5153c0c..992d45a 100644 --- a/include/linux/iommu.h +++ b/include/linux/iommu.h @@ -45,6 +45,7 @@ enum stash_target { IOMMU_ATTR_CACHE_L1 = 1, IOMMU_ATTR_CACHE_L2, IOMMU_ATTR_CACHE_L3, + IOMMU_ATTR_CACHE_DSP_L2, }; /* This attribute corresponds to IOMMUs capable of generating @@ -89,9 +90,7 @@ enum omap_index { OMI_QMAN_PRIV, OMI_CAAM, OMI_PMAN, - OMI_DMA, - OMI_DMA_READI, - OMI_MAPLE, + OMI_DSP, OMI_MAX, }; |