Changeset 767:eb1ce70ee01c
- Timestamp:
- 11/11/08 23:43:12
(2 months ago)
- Author:
- Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
- branch:
- default
- Message:
D2: forgot to revert some changes made for testing last fix...
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r766 |
r767 |
|
| 84 | 84 | { |
|---|
| 85 | 85 | popad; |
|---|
| 86 | | @@ -717,7 +763,7 @@ |
|---|
| 87 | | * represents the minimum valid priority for the scheduling policy of |
|---|
| 88 | | * the process. |
|---|
| 89 | | */ |
|---|
| 90 | | - static const int PRIORITY_MIN; |
|---|
| 91 | | + static int PRIORITY_MIN; |
|---|
| 92 | | |
|---|
| 93 | | |
|---|
| 94 | | /** |
|---|
| 95 | | @@ -726,7 +772,7 @@ |
|---|
| 96 | | * represents the minimum valid priority for the scheduling policy of |
|---|
| 97 | | * the process. |
|---|
| 98 | | */ |
|---|
| 99 | | - static const int PRIORITY_MAX; |
|---|
| 100 | | + static int PRIORITY_MAX; |
|---|
| 101 | | |
|---|
| 102 | | |
|---|
| 103 | | /** |
|---|
| 104 | 86 | @@ -2259,6 +2305,18 @@ |
|---|
| 105 | 87 | version = AsmPPC_Posix; |
|---|