• Dave Jones's avatar
    x86/PCI: Use generic cacheline sizing instead of per-vendor tests. · 76b1a87b
    Dave Jones authored
    Instead of the PCI code needing to have code to determine the
    cacheline size of each processor, use the data the cpu identification
    code should have already determined during early boot.
    
    (The vendor checks are also incomplete, and don't take into account
     modern CPUs)
    
    I've been carrying a variant of this code in Fedora for a while,
    that prints debug information.  There are a number of cases where we
    are currently setting the PCI cacheline size to 32 bytes, when the CPU
    cacheline size is 64 bytes.  With this patch, we set them both the same.
    Signed-off-by: default avatarDave Jones <davej@redhat.com>
    Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
    76b1a87b
common.c 15.2 KB