commit | 5eb449e15d2396785a8eb15baf42cea33db9ae13 | [log] [tgz] |
---|---|---|
author | Dave Jiang <dave.jiang@intel.com> | Thu Jun 08 12:46:45 2017 -0700 |
committer | Jon Mason <jdmason@kudzu.us> | Mon Jun 19 14:24:41 2017 -0400 |
tree | c53b7f7cfc01475bfe661fa718df936dca5f4278 | |
parent | 8e8496e0e9564b66165f5219a4e8ed20b0d3fc6b [diff] |
ntb: ntb_hw_intel: Skylake doorbells should be 32bits, not 64bits Fixing doorbell register length to 32bits per spec. On Skylake NTB, the doorbell registers are 32bit write only registers. The source for the doorbell is a 64bit register that shows the interrupt bits. Signed-off-by: Dave Jiang <dave.jiang@intel.com> Fixes: 783dfa6cc41b ("ntb: Adding Skylake Xeon NTB support") Acked-by: Allen Hubbe <Allen.Hubbe@dell.com> Signed-off-by: Jon Mason <jdmason@kudzu.us>