Subversion Repositories HelenOS-historic

Rev

Rev 458 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 458 Rev 492
Line 61... Line 61...
61
        mps_init();
61
        mps_init();
62
        ops = &mps_config_operations;
62
        ops = &mps_config_operations;
63
    }
63
    }
64
 
64
 
65
    if (config.cpu_count > 1) {    
65
    if (config.cpu_count > 1) {    
66
        map_page_to_frame((__address)l_apic, (__address)l_apic,
66
        page_mapping_insert((__address)l_apic, (__address)l_apic,
67
                  PAGE_NOT_CACHEABLE, 0);
67
                  PAGE_NOT_CACHEABLE, 0);
68
        map_page_to_frame((__address) io_apic,
68
        page_mapping_insert((__address) io_apic,
69
                  (__address) io_apic,
69
                  (__address) io_apic,
70
                  PAGE_NOT_CACHEABLE, 0);
70
                  PAGE_NOT_CACHEABLE, 0);
71
        }
71
        }
72
 
72
 
73
        /*
73
        /*