Skip to content

Commit 06e87b6

Browse files
author
Fox Snowpatch
committed
1 parent 484dba3 commit 06e87b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/powerpc/include/asm/plpks.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
#define PLPKS_MAX_DATA_SIZE 4000
4545

4646
// Timeouts for PLPKS operations
47-
#define PLPKS_MAX_TIMEOUT 5000 // msec
48-
#define PLPKS_FLUSH_SLEEP 10 // msec
49-
#define PLPKS_FLUSH_SLEEP_RANGE 400
47+
#define PLPKS_MAX_TIMEOUT 5000000 // usec
48+
#define PLPKS_FLUSH_SLEEP 5000 // usec
49+
#define PLPKS_FLUSH_SLEEP_RANGE 5000
5050

5151
struct plpks_var {
5252
char *component;

0 commit comments

Comments
 (0)