forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit731ea80
committed
Here's the new diff for getting the NS32K assembly code into thespin-locks. Notice that it's now inline assembler in s_lock.h,rather than seperate code in s_lock.c. It also shrank a littlebit... Just rip out the S_LOCK() define and insert the tas() inlinefunction. Please let me know if there are any problems with it.Jon Buller
1 parent744c3cd commit731ea80
1 file changed
+17
-19
lines changedLines changed: 17 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
171 | 187 |
| |
172 | 188 |
| |
173 | 189 |
| |
| |||
212 | 228 |
| |
213 | 229 |
| |
214 | 230 |
| |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 |
| - | |
226 |
| - | |
227 |
| - | |
228 |
| - | |
229 |
| - | |
230 |
| - | |
231 |
| - | |
232 |
| - | |
233 | 231 |
| |
234 | 232 |
| |
235 | 233 |
| |
|
0 commit comments
Comments
(0)