diff options
author | Dan Crowell <dcrowell@us.ibm.com> | 2014-09-24 09:27:15 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-10-03 09:12:15 -0500 |
commit | d33b1caf8ea052bac3b4be694e5d813c54a3c51a (patch) | |
tree | 3b73f71f7d10741409357d0bf2976ef3e8d601eb /src/usr/lpc/makefile | |
parent | 6050bce86705ac468c0486282c34123e754361f4 (diff) | |
download | talos-hostboot-d33b1caf8ea052bac3b4be694e5d813c54a3c51a.tar.gz talos-hostboot-d33b1caf8ea052bac3b4be694e5d813c54a3c51a.zip |
Handle deadlock in LPC error path
Fixed a mutex issue in the error path of the LPC driver.
Change-Id: I59afed0654ee58d34cfc3d34d6c1d6e31bc4cb22
RTC: 115682
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13566
Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com>
Tested-by: Jenkins Server
Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/lpc/makefile')
-rw-r--r-- | src/usr/lpc/makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/lpc/makefile b/src/usr/lpc/makefile index 4fbad8436..63c1eb774 100644 --- a/src/usr/lpc/makefile +++ b/src/usr/lpc/makefile @@ -28,7 +28,6 @@ MODULE = lpc OBJS = lpcdd.o -#@fixme - RTC:107788 Add tests after 37744 is merged -#SUBDIRS = test.d +SUBDIRS = test.d include ${ROOTPATH}/config.mk |