| 430 | } |
| 431 | |
| 432 | void cbmem_devmem_terminate(void) |
| 433 | { |
| 434 | unmap_memory(&lbtable_mapping); |
| 435 | close(mem_fd); |
| 436 | mem_fd = -1; |
| 437 | } |
| 438 | |
| 439 | /* This is a work-around for a nasty problem introduced by initially having |
| 440 | * pointer sized entries in the lb_cbmem_ref structures. This caused problems |
no test coverage detected