Rev 815 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 815 | Rev 836 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | void frame_arch_init(void) |
40 | void frame_arch_init(void) |
41 | { |
41 | { |
42 | if (arc_enabled()) |
42 | if (arc_enabled()) |
43 | arc_frame_init(); |
43 | arc_frame_init(); |
44 | else { |
44 | else { |
45 | zone_create(1, (config.memory_size >> FRAME_WIDTH)-1,1,0); |
45 | zone_create(0, ADDR2PFN(config.memory_size), 1, 0); |
- | 46 | /* |
|
- | 47 | * Blacklist interrupt vektor |
|
- | 48 | */ |
|
- | 49 | frame_mark_unavailable(0, 1); |
|
46 | } |
50 | } |
47 | } |
51 | } |