| 254 | |
| 255 | |
| 256 | int release_cell_lock( struct cell *cell ) |
| 257 | { |
| 258 | #ifndef GEN_LOCK_T_PREFERED |
| 259 | /* don't do anything here -- the init_*_lock procedures |
| 260 | just advised on usage of shared semaphores but did not |
| 261 | generate them |
| 262 | */ |
| 263 | #endif |
| 264 | return 0; |
| 265 | } |
| 266 | |
| 267 | |
| 268 |