- Notifications
You must be signed in to change notification settings - Fork28
Commit4764ae8
committed
Do not accept interrupts in RESUME_INTERRUPTS() and END_CRIT_SECTION()
macros, but only at explicit CHECK_FOR_INTERRUPTS() calls. Not clearwhether overenthusiastic acceptance of interrupts accounts for any realbugs, but it definitely seems risky and unnecessary.1 parent1ccc676 commit4764ae8
2 files changed
+5
-9
lines changedLines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1626 | 1626 |
| |
1627 | 1627 |
| |
1628 | 1628 |
| |
1629 |
| - | |
| 1629 | + | |
1630 | 1630 |
| |
1631 | 1631 |
| |
1632 | 1632 |
| |
| |||
1703 | 1703 |
| |
1704 | 1704 |
| |
1705 | 1705 |
| |
1706 |
| - | |
1707 | 1706 |
| |
1708 | 1707 |
| |
1709 | 1708 |
| |
|
Lines changed: 3 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
| 47 | + | |
47 | 48 |
| |
48 | 49 |
| |
49 | 50 |
| |
| |||
85 | 86 |
| |
86 | 87 |
| |
87 | 88 |
| |
88 |
| - | |
89 |
| - | |
90 | 89 |
| |
91 | 90 |
| |
92 | 91 |
| |
| |||
95 | 94 |
| |
96 | 95 |
| |
97 | 96 |
| |
98 |
| - | |
99 |
| - | |
100 | 97 |
| |
101 | 98 |
| |
102 | 99 |
| |
|
0 commit comments
Comments
(0)