Rev 755 | Rev 814 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 755 | Rev 756 | ||
---|---|---|---|
Line 64... | Line 64... | ||
64 | ops = &mps_config_operations; |
64 | ops = &mps_config_operations; |
65 | } |
65 | } |
66 | 66 | ||
67 | if (config.cpu_count > 1) { |
67 | if (config.cpu_count > 1) { |
68 | page_mapping_insert(AS_KERNEL, (__address) l_apic, (__address) l_apic, |
68 | page_mapping_insert(AS_KERNEL, (__address) l_apic, (__address) l_apic, |
69 | PAGE_NOT_CACHEABLE, 0); |
69 | PAGE_NOT_CACHEABLE); |
70 | page_mapping_insert(AS_KERNEL, (__address) io_apic, (__address) io_apic, |
70 | page_mapping_insert(AS_KERNEL, (__address) io_apic, (__address) io_apic, |
71 | PAGE_NOT_CACHEABLE, 0); |
71 | PAGE_NOT_CACHEABLE); |
72 | } |
72 | } |
73 | 73 | ||
74 | /* |
74 | /* |
75 | * Must be initialized outside the kmp thread, since it is waited |
75 | * Must be initialized outside the kmp thread, since it is waited |
76 | * on before the kmp thread is created. |
76 | * on before the kmp thread is created. |