Skip to content
Snippets Groups Projects
Select Git revision
  • 8329aa9fff3fca84009e6a444d8d160193643bac
  • openEuler-1.0-LTS default protected
  • openEuler-22.09
  • OLK-5.10
  • openEuler-22.03-LTS
  • openEuler-22.03-LTS-Ascend
  • master
  • openEuler-22.03-LTS-LoongArch-NW
  • openEuler-22.09-HCK
  • openEuler-20.03-LTS-SP3
  • openEuler-21.09
  • openEuler-21.03
  • openEuler-20.09
  • 4.19.90-2210.5.0
  • 5.10.0-123.0.0
  • 5.10.0-60.63.0
  • 5.10.0-60.62.0
  • 4.19.90-2210.4.0
  • 5.10.0-121.0.0
  • 5.10.0-60.61.0
  • 4.19.90-2210.3.0
  • 5.10.0-60.60.0
  • 5.10.0-120.0.0
  • 5.10.0-60.59.0
  • 5.10.0-119.0.0
  • 4.19.90-2210.2.0
  • 4.19.90-2210.1.0
  • 5.10.0-118.0.0
  • 5.10.0-106.19.0
  • 5.10.0-60.58.0
  • 4.19.90-2209.6.0
  • 5.10.0-106.18.0
  • 5.10.0-106.17.0
33 results

arch

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Linus Torvalds authored
    This reverts commit 5fcee53c.
    
    It causes the suspend to fail on at least the Chromebook Pixel, possibly
    other platforms too.
    
    Joerg Roedel points out that the logic should probably have been
    
                    if (max_physical_apicid > 255 ||
                        !(IS_ENABLED(CONFIG_HYPERVISOR_GUEST) &&
                          hypervisor_x2apic_available())) {
    
    instead, but since the code is not in any fast-path, so we can just live
    without that optimization and just revert to the original code.
    
    Acked-by: default avatarJoerg Roedel <joro@8bytes.org>
    Acked-by: default avatarJiang Liu <jiang.liu@linux.intel.com>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    8329aa9f
    History
    Name Last commit Last update
    ..