Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26415
b: refs/heads/master
c: 022e4fc
h: refs/heads/master
i:
  26413: 7dcf713
  26411: 5971289
  26407: a2d5ae5
  26399: 5105c1f
v: v3
  • Loading branch information
Heiko Carstens authored and Linus Torvalds committed May 2, 2006
1 parent 9c894da commit c4120b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8261aa600943046a5305564a1cd7432009971799
refs/heads/master: 022e4fc0fb2e4e179aaba4ee139dcb8fded0cba2
3 changes: 2 additions & 1 deletion trunk/drivers/s390/s390mach.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <linux/sched.h>
#include <linux/errno.h>
#include <linux/workqueue.h>
#include <linux/time.h>

#include <asm/lowcore.h>

Expand Down Expand Up @@ -363,7 +364,7 @@ s390_revalidate_registers(struct mci *mci)
}

#define MAX_IPD_COUNT 29
#define MAX_IPD_TIME (5 * 60 * 100 * 1000) /* 5 minutes */
#define MAX_IPD_TIME (5 * 60 * USEC_PER_SEC) /* 5 minutes */

/*
* machine check handler.
Expand Down

0 comments on commit c4120b1

Please sign in to comment.