Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119659
b: refs/heads/master
c: cd92a17
h: refs/heads/master
i:
  119657: 8090b12
  119655: a0d605e
v: v3
  • Loading branch information
Linus Torvalds committed Dec 4, 2008
1 parent 3ef6767 commit 0949c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f6f7b52e2f6149d2ee365717afff315b05720162
refs/heads/master: cd92a17eec752f8c948c4b6ab93dc099ce55b8cb
2 changes: 1 addition & 1 deletion trunk/drivers/watchdog/iTCO_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ static int iTCO_wdt_stop(void)

/* Bit 13: TCO_EN -> 1 = Enables the TCO logic to generate SMI# */
val32 = inl(SMI_EN);
val32 &= 0x00002000;
val32 |= 0x00002000;
outl(val32, SMI_EN);

/* Set the NO_REBOOT bit to prevent later reboots, just for sure */
Expand Down

0 comments on commit 0949c8c

Please sign in to comment.