Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99897
b: refs/heads/master
c: 2b6adda
h: refs/heads/master
i:
  99895: 95325c5
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Jul 8, 2008
1 parent 00a5b0f commit 4d817c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 116f570e5d8347bee2614da2361eeadbb639ea50
refs/heads/master: 2b6addad2d67a2d75ae10a1c8efd18d81d78ff82
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/nmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ int __init check_nmi_watchdog(void)

static int __init setup_nmi_watchdog(char *str)
{
int nmi;
unsigned int nmi;

if (!strncmp(str, "panic", 5)) {
panic_on_timeout = 1;
Expand All @@ -199,7 +199,7 @@ static int __init setup_nmi_watchdog(char *str)

get_option(&str, &nmi);

if (nmi >= NMI_INVALID || nmi < NMI_NONE)
if (nmi >= NMI_INVALID)
return 0;

nmi_watchdog = nmi;
Expand Down

0 comments on commit 4d817c7

Please sign in to comment.