diff for duplicates of <1512749871.4364.9.camel@linux.vnet.ibm.com> diff --git a/a/1.txt b/N1/1.txt index bb69d2f..bf51632 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -30,13 +30,13 @@ On Fri, 2017-12-08 at 08:56 -0700, Jason Gunthorpe wrote: > regression. msleep() waited a lot longer than the requested time, causing long -delays. Using usleep_range() still waits more than the requested +delays. Using usleep_range() still waits more than the requested time, but less than msleep(). static inline void tpm_msleep(unsigned int delay_msec) { - usleep_range((delay_msec * 1000) - TPM_TIMEOUT_RANGE_US, - delay_msec * 1000); + usleep_range((delay_msec * 1000) - TPM_TIMEOUT_RANGE_US, + delay_msec * 1000); }; Other TPM performance improvements have not yet been upstreamed. diff --git a/a/content_digest b/N1/content_digest index 89660aa..1995903 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -45,17 +45,17 @@ "> regression.\n" "\n" "msleep() waited a lot longer than the requested time, causing long\n" - "delays. Using usleep_range() still waits more than the requested\n" + "delays. \302\240Using usleep_range() still waits more than the requested\n" "time, but less than msleep().\n" "\n" "static inline void tpm_msleep(unsigned int delay_msec)\n" "{\n" - " usleep_range((delay_msec * 1000) - TPM_TIMEOUT_RANGE_US,\n" - " delay_msec * 1000);\n" + "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240usleep_range((delay_msec * 1000) - TPM_TIMEOUT_RANGE_US,\n" + "\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240delay_msec * 1000);\n" "};\n" "\n" "Other TPM performance improvements have not yet been upstreamed.\n" "\n" Mimi -7cbfb93d05c675b8548630042b41a251da0156755fde8a5d93e117d02e3d3b57 +1c7902a3df2d978a92a9d8cc32dc9ccd77c375f9e542bc5f2f3538ffaa904497
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.