- Notifications
You must be signed in to change notification settings - Fork28
Commit3cbe6b2
committed
Looks like a small patch is needed as well to do the right thing on Linux.
The patch enables the mips2 ISA for the ll/sc operations, and then restoresit when done. The kernel/libc emulation code will take over on CPUs withoutll/sc, and on CPUs with it, it'll use the operations provided by the CPU.Combined with the earlier fix (removing -mips2), postgresql builds again onmips and mipsel. The patch is against 7.2-7.Oliver Elphick1 parentb9ae55f commit3cbe6b2
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
| 176 | + | |
| 177 | + | |
176 | 178 |
| |
177 | 179 |
| |
178 | 180 |
| |
| 181 | + | |
179 | 182 |
| |
180 | 183 |
| |
181 | 184 |
| |
|
0 commit comments
Comments
(0)