File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -2093,7 +2093,7 @@ void __init init_apic_mappings(void)
2093
2093
unsigned int new_apicid ;
2094
2094
2095
2095
if (apic_validate_deadline_timer ())
2096
- pr_debug ("TSC deadline timer available\n" );
2096
+ pr_info ("TSC deadline timer available\n" );
2097
2097
2098
2098
if (x2apic_mode ) {
2099
2099
boot_cpu_physical_apicid = read_apic_id ();
Original file line number Diff line number Diff line change @@ -1135,9 +1135,12 @@ void switch_to_sld(unsigned long tifn)
1135
1135
static const struct x86_cpu_id split_lock_cpu_ids [] __initconst = {
1136
1136
X86_MATCH_INTEL_FAM6_MODEL (ICELAKE_X , 0 ),
1137
1137
X86_MATCH_INTEL_FAM6_MODEL (ICELAKE_L , 0 ),
1138
+ X86_MATCH_INTEL_FAM6_MODEL (ICELAKE_D , 0 ),
1138
1139
X86_MATCH_INTEL_FAM6_MODEL (ATOM_TREMONT , 1 ),
1139
1140
X86_MATCH_INTEL_FAM6_MODEL (ATOM_TREMONT_D , 1 ),
1140
1141
X86_MATCH_INTEL_FAM6_MODEL (ATOM_TREMONT_L , 1 ),
1142
+ X86_MATCH_INTEL_FAM6_MODEL (TIGERLAKE_L , 1 ),
1143
+ X86_MATCH_INTEL_FAM6_MODEL (TIGERLAKE , 1 ),
1141
1144
{}
1142
1145
};
1143
1146
Original file line number Diff line number Diff line change @@ -197,6 +197,14 @@ static const struct dmi_system_id reboot_dmi_table[] __initconst = {
197
197
DMI_MATCH (DMI_PRODUCT_NAME , "MacBook5" ),
198
198
},
199
199
},
200
+ { /* Handle problems with rebooting on Apple MacBook6,1 */
201
+ .callback = set_pci_reboot ,
202
+ .ident = "Apple MacBook6,1" ,
203
+ .matches = {
204
+ DMI_MATCH (DMI_SYS_VENDOR , "Apple Inc." ),
205
+ DMI_MATCH (DMI_PRODUCT_NAME , "MacBook6,1" ),
206
+ },
207
+ },
200
208
{ /* Handle problems with rebooting on Apple MacBookPro5 */
201
209
.callback = set_pci_reboot ,
202
210
.ident = "Apple MacBookPro5" ,
You can’t perform that action at this time.
0 commit comments