diff options
author | 2022-12-08 13:03:40 -0600 | |
---|---|---|
committer | 2022-12-10 10:33:11 -0600 | |
commit | 00904bf64c2819d90a76407d79bdbc8918541320 (patch) | |
tree | ae3128fb260e647fd909b1f57d44419375ff9252 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | PCI: Skip allocate_resource() if too little space available (diff) | |
download | wireguard-linux-00904bf64c2819d90a76407d79bdbc8918541320.tar.xz wireguard-linux-00904bf64c2819d90a76407d79bdbc8918541320.zip |
x86/PCI: Tidy E820 removal messages
These messages:
clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
aren't as useful as they could be because (a) the resource is often
IORESOURCE_UNSET, so we print the size instead of the start/end and (b) we
print the available resource even if it is empty after removing the E820
entry.
Print the available space by hand to avoid the IORESOURCE_UNSET problem and
only if it's non-empty. No functional change intended.
Link: https://lore.kernel.org/r/20221208190341.1560157-4-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions