Rev 1256 | Rev 1263 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1256 | Rev 1261 | ||
---|---|---|---|
Line 79... | Line 79... | ||
79 | /* |
79 | /* |
80 | * In case there really existed smaller iomap, |
80 | * In case there really existed smaller iomap, |
81 | * copy its contents and deallocate it. |
81 | * copy its contents and deallocate it. |
82 | */ |
82 | */ |
83 | if (oldiomap.bits) { |
83 | if (oldiomap.bits) { |
84 | bitmap_copy(&task->arch.iomap, &oldiomap, task->arch.iomap.bits); |
84 | bitmap_copy(&task->arch.iomap, &oldiomap, oldiomap.bits); |
85 | free(oldiomap.map); |
85 | free(oldiomap.map); |
86 | } |
86 | } |
87 | } |
87 | } |
88 | 88 | ||
89 | /* |
89 | /* |