diff options
| author | Len Brown <len.brown@intel.com> | 2012-06-04 00:35:19 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2012-06-04 00:35:19 -0400 |
| commit | 7e1bd6e38b1f30860ce25a014c6d6adfb0079f4a (patch) | |
| tree | 65c5898ba93007d4399150c7a127a670bcfbc30d /include/rdma/ib_verbs.h | |
| parent | 301f33fbcf4ced53b3de114846ecece5d6aafeeb (diff) | |
| parent | f8f5701bdaf9134b1f90e5044a82c66324d2073f (diff) | |
Merge branch 'upstream' into bugfix-video
Update bugfix-video branch to 2.5-rc1
so I don't have to again resolve the
conflict in these patches vs. upstream.
Conflicts:
drivers/gpu/drm/gma500/psb_drv.c
text conflict: add comment vs delete neighboring line
keep just this:
/* igd_opregion_init(&dev_priv->opregion_dev); */
/* acpi_video_register(); */
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/rdma/ib_verbs.h')
| -rw-r--r-- | include/rdma/ib_verbs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index c3cca5a4dacd..07996af8265a 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h | |||
| @@ -605,7 +605,7 @@ enum ib_qp_type { | |||
| 605 | IB_QPT_UD, | 605 | IB_QPT_UD, |
| 606 | IB_QPT_RAW_IPV6, | 606 | IB_QPT_RAW_IPV6, |
| 607 | IB_QPT_RAW_ETHERTYPE, | 607 | IB_QPT_RAW_ETHERTYPE, |
| 608 | /* Save 8 for RAW_PACKET */ | 608 | IB_QPT_RAW_PACKET = 8, |
| 609 | IB_QPT_XRC_INI = 9, | 609 | IB_QPT_XRC_INI = 9, |
| 610 | IB_QPT_XRC_TGT, | 610 | IB_QPT_XRC_TGT, |
| 611 | IB_QPT_MAX | 611 | IB_QPT_MAX |
| @@ -964,7 +964,7 @@ struct ib_qp { | |||
| 964 | struct ib_srq *srq; | 964 | struct ib_srq *srq; |
| 965 | struct ib_xrcd *xrcd; /* XRC TGT QPs only */ | 965 | struct ib_xrcd *xrcd; /* XRC TGT QPs only */ |
| 966 | struct list_head xrcd_list; | 966 | struct list_head xrcd_list; |
| 967 | atomic_t usecnt; /* count times opened */ | 967 | atomic_t usecnt; /* count times opened, mcast attaches */ |
| 968 | struct list_head open_list; | 968 | struct list_head open_list; |
| 969 | struct ib_qp *real_qp; | 969 | struct ib_qp *real_qp; |
| 970 | struct ib_uobject *uobject; | 970 | struct ib_uobject *uobject; |
