Changes in kernel/arch/amd64/src/amd64.c [de96d3b:b169619] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/amd64.c
rde96d3b rb169619 60 60 #include <arch/vreg.h> 61 61 #include <arch/kseg.h> 62 #include <arch/mm/pat.h>63 62 #include <genarch/pic/pic_ops.h> 64 63 … … 116 115 /* Disable alignment check */ 117 116 write_cr0(read_cr0() & ~CR0_AM); 118 119 /* Use PCD+PWT bit combination in PTE to mean write-combining mode. */120 if (pat_supported())121 pat_set_mapping(false, true, true, PAT_TYPE_WRITE_COMBINING);122 117 123 118 if (config.cpu_active == 1) {
Note:
See TracChangeset
for help on using the changeset viewer.