summaryrefslogtreecommitdiffstats
path: root/kernel-arm64.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2015-01-21 09:50:33 -0500
committerJosh Boyer <jwboyer@fedoraproject.org>2015-01-21 09:50:33 -0500
commit08cb3a2b46ecca75fd23bc1ba9f7558cc8996c35 (patch)
treeb10f9d715116e22c9f58ede7c3c339f6d6a2d563 /kernel-arm64.patch
parent022b42815f1b6398ef00737424564ecf44fe1959 (diff)
downloadkernel-08cb3a2b46ecca75fd23bc1ba9f7558cc8996c35.tar.gz
kernel-08cb3a2b46ecca75fd23bc1ba9f7558cc8996c35.tar.xz
kernel-08cb3a2b46ecca75fd23bc1ba9f7558cc8996c35.zip
Linux v3.19-rc5-117-g5eb11d6b3f55
- Reenable debugging options.
Diffstat (limited to 'kernel-arm64.patch')
-rw-r--r--kernel-arm64.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/kernel-arm64.patch b/kernel-arm64.patch
index 4c8c3290a..9907c7054 100644
--- a/kernel-arm64.patch
+++ b/kernel-arm64.patch
@@ -3032,16 +3032,6 @@ index feeb8f1..8f82267 100644
#include "ahci.h"
/* Max # of disk per a controller */
-@@ -137,7 +138,8 @@ static unsigned int xgene_ahci_qc_issue(struct ata_queued_cmd *qc)
- struct xgene_ahci_context *ctx = hpriv->plat_data;
- int rc = 0;
-
-- if (unlikely(ctx->last_cmd[ap->port_no] == ATA_CMD_ID_ATA))
-+ if (unlikely(ctx->last_cmd[ap->port_no] == ATA_CMD_ID_ATA ||
-+ ctx->last_cmd[ap->port_no] == ATA_CMD_SMART))
- xgene_ahci_restart_engine(ap);
-
- rc = ahci_qc_issue(qc);
@@ -148,14 +150,6 @@ static unsigned int xgene_ahci_qc_issue(struct ata_queued_cmd *qc)
return rc;
}