Rev 3966 | Rev 3973 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3966 | Rev 3967 | ||
---|---|---|---|
Line 151... | Line 151... | ||
151 | if (first == 0) |
151 | if (first == 0) |
152 | conf_frame = 1; |
152 | conf_frame = 1; |
153 | else |
153 | else |
154 | conf_frame = first; |
154 | conf_frame = first; |
155 | 155 | ||
156 | while (1); |
- | |
157 | zone_create(first, count, conf_frame, 0); |
156 | zone_create(first, count, conf_frame, 0); |
158 | 157 | ||
159 | if (phys_regions_count < MAX_REGIONS) { |
158 | if (phys_regions_count < MAX_REGIONS) { |
160 | phys_regions[phys_regions_count].start = first; |
159 | phys_regions[phys_regions_count].start = first; |
161 | phys_regions[phys_regions_count].count = count; |
160 | phys_regions[phys_regions_count].count = count; |