Changeset 3526f4f3 in mainline for kernel/arch/amd64/include
- Timestamp:
- 2024-05-21T13:42:25Z (14 months ago)
- Branches:
- master
- Children:
- b6f8f69
- Parents:
- 443695e
- git-author:
- Jiri Svoboda <jiri@…> (2024-05-20 18:42:12)
- git-committer:
- Jiri Svoboda <jiri@…> (2024-05-21 13:42:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/include/arch/mm/pat.h
r443695e r3526f4f3 1 1 /* 2 * Copyright (c) 2024 Jiri Svoboda 2 3 * Copyright (c) 2024 Jiří Zárevúcky 3 4 * All rights reserved. … … 50 51 } pat_type_t; 51 52 53 #ifndef PROCESSOR_i486 52 54 /** 53 55 * Assign caching type for a particular combination of PAT, … … 65 67 write_msr(MSR_IA32_PAT, r); 66 68 } 69 #endif 67 70 68 71 static inline bool pat_supported(void)
Note:
See TracChangeset
for help on using the changeset viewer.