diff options
author | Michael J. Ruhl <michael.j.ruhl@intel.com> | 2019-06-28 20:22:17 +0200 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2019-06-29 03:34:26 +0200 |
commit | bf3b1e0ce093ce31d4d91d613f9b09d80a4021cc (patch) | |
tree | 05dcb88af792a1b3fd57eb909bdd5908f55edb6a /drivers/infiniband/hw/hfi1/Makefile | |
parent | IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR details (diff) | |
download | linux-bf3b1e0ce093ce31d4d91d613f9b09d80a4021cc.tar.xz linux-bf3b1e0ce093ce31d4d91d613f9b09d80a4021cc.zip |
IB/hfi1: Reduce excessive aspm inlines
Uninline the aspm API since it increases code space for no reason.
Move the aspm module param to the new aspm C file.
Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Michael J. Ruhl <michael.j.ruhl@intel.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/hw/hfi1/Makefile')
-rw-r--r-- | drivers/infiniband/hw/hfi1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/hfi1/Makefile b/drivers/infiniband/hw/hfi1/Makefile index 4044a8c8dbf4..0405d26d0833 100644 --- a/drivers/infiniband/hw/hfi1/Makefile +++ b/drivers/infiniband/hw/hfi1/Makefile @@ -10,6 +10,7 @@ obj-$(CONFIG_INFINIBAND_HFI1) += hfi1.o hfi1-y := \ affinity.o \ + aspm.o \ chip.o \ device.o \ driver.o \ |