diff options
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_wc_ppc64.c')
| -rw-r--r-- | drivers/infiniband/hw/ipath/ipath_wc_ppc64.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_wc_ppc64.c b/drivers/infiniband/hw/ipath/ipath_wc_ppc64.c index 1d7bd82a1fb1..1a7e20a75149 100644 --- a/drivers/infiniband/hw/ipath/ipath_wc_ppc64.c +++ b/drivers/infiniband/hw/ipath/ipath_wc_ppc64.c | |||
| @@ -47,16 +47,3 @@ int ipath_enable_wc(struct ipath_devdata *dd) | |||
| 47 | { | 47 | { |
| 48 | return 0; | 48 | return 0; |
| 49 | } | 49 | } |
| 50 | |||
| 51 | /** | ||
| 52 | * ipath_unordered_wc - indicate whether write combining is unordered | ||
| 53 | * | ||
| 54 | * Because our performance depends on our ability to do write | ||
| 55 | * combining mmio writes in the most efficient way, we need to | ||
| 56 | * know if we are on a processor that may reorder stores when | ||
| 57 | * write combining. | ||
| 58 | */ | ||
| 59 | int ipath_unordered_wc(void) | ||
| 60 | { | ||
| 61 | return 1; | ||
| 62 | } | ||
