@@ -442,9 +442,9 @@ static __init int hmat_parse_locality(union acpi_subtable_headers *header,
442442 return - EINVAL ;
443443 }
444444
445- pr_info ("Locality: Flags:%02x Type:%s Initiator Domains:%u Target Domains:%u Base:%lld\n" ,
446- hmat_loc -> flags , hmat_data_type (type ), ipds , tpds ,
447- hmat_loc -> entry_base_unit );
445+ pr_debug ("Locality: Flags:%02x Type:%s Initiator Domains:%u Target Domains:%u Base:%lld\n" ,
446+ hmat_loc -> flags , hmat_data_type (type ), ipds , tpds ,
447+ hmat_loc -> entry_base_unit );
448448
449449 inits = (u32 * )(hmat_loc + 1 );
450450 targs = inits + ipds ;
@@ -455,9 +455,9 @@ static __init int hmat_parse_locality(union acpi_subtable_headers *header,
455455 value = hmat_normalize (entries [init * tpds + targ ],
456456 hmat_loc -> entry_base_unit ,
457457 type );
458- pr_info (" Initiator-Target[%u-%u]:%u%s\n" ,
459- inits [init ], targs [targ ], value ,
460- hmat_data_type_suffix (type ));
458+ pr_debug (" Initiator-Target[%u-%u]:%u%s\n" ,
459+ inits [init ], targs [targ ], value ,
460+ hmat_data_type_suffix (type ));
461461
462462 hmat_update_target (targs [targ ], inits [init ],
463463 mem_hier , type , value );
@@ -485,9 +485,9 @@ static __init int hmat_parse_cache(union acpi_subtable_headers *header,
485485 }
486486
487487 attrs = cache -> cache_attributes ;
488- pr_info ("Cache: Domain:%u Size:%llu Attrs:%08x SMBIOS Handles:%d\n" ,
489- cache -> memory_PD , cache -> cache_size , attrs ,
490- cache -> number_of_SMBIOShandles );
488+ pr_debug ("Cache: Domain:%u Size:%llu Attrs:%08x SMBIOS Handles:%d\n" ,
489+ cache -> memory_PD , cache -> cache_size , attrs ,
490+ cache -> number_of_SMBIOShandles );
491491
492492 target = find_mem_target (cache -> memory_PD );
493493 if (!target )
@@ -546,9 +546,9 @@ static int __init hmat_parse_proximity_domain(union acpi_subtable_headers *heade
546546 }
547547
548548 if (hmat_revision == 1 )
549- pr_info ("Memory (%#llx length %#llx) Flags:%04x Processor Domain:%u Memory Domain:%u\n" ,
550- p -> reserved3 , p -> reserved4 , p -> flags , p -> processor_PD ,
551- p -> memory_PD );
549+ pr_debug ("Memory (%#llx length %#llx) Flags:%04x Processor Domain:%u Memory Domain:%u\n" ,
550+ p -> reserved3 , p -> reserved4 , p -> flags , p -> processor_PD ,
551+ p -> memory_PD );
552552 else
553553 pr_info ("Memory Flags:%04x Processor Domain:%u Memory Domain:%u\n" ,
554554 p -> flags , p -> processor_PD , p -> memory_PD );
0 commit comments