-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 35982 b: refs/heads/master c: 3222b36 h: refs/heads/master v: v3
- Loading branch information
Dmitriy Zavin
authored and
Andi Kleen
committed
Sep 26, 2006
1 parent
d46c234
commit 485d3b8
Showing
5 changed files
with
137 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 66aea9913cf435fe92ebb7bf869b4f15901ab993 | ||
refs/heads/master: 3222b36f46c22f46697a0a53fa8804153a32669f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
#ifndef __ASM_I386_THERM_THROT_H__ | ||
#define __ASM_I386_THERM_THROT_H__ 1 | ||
|
||
#include <asm/atomic.h> | ||
|
||
extern atomic_t therm_throt_en; | ||
int therm_throt_process(int curr); | ||
|
||
#endif /* __ASM_I386_THERM_THROT_H__ */ |