srpt: Minor buid process terminology change

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5338 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2014-03-16 13:38:50 +00:00
parent 9fd28d336a
commit bcc5cefce8
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ src/Module.symvers src/Modules.symvers: $(SCST_SYMVERS_DIR)/$(MODULE_SYMVERS)
"installed."; \
false; \
else \
echo " Building against non-OFED InfiniBand kernel headers."; \
echo " Building against in-tree InfiniBand kernel headers."; \
cp $< $@; \
fi; \
fi

View File

@@ -411,7 +411,7 @@ Q: Loading the kernel module ib_srpt triggers a kernel panic with a call trace
[<ffffffff81002e3b>] system_call_fastpath+0x16/0x1b
A: This means that you are using a system on which OFED has been installed but
that ib_srpt has been compiled against the non-OFED kernel headers instead
that ib_srpt has been compiled against the in-tree kernel headers instead
of the OFED kernel headers. You can fix this by rebuilding ib_srpt against
the OFED kernel headers. The ib_srpt makefile should detect the OFED kernel
headers automatically - at least if ib_srpt is built after OFED has been