Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1688857 > unrolled thread

[PATCH v2 5/5] ACPI / boot: Don't handle SCI on HW reduced platforms

Started byAndy Shevchenko <andriy.shevchenko@linux.intel.com>
First post2017-07-17 12:30 +0200
Last post2017-07-17 12:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v2 5/5] ACPI / boot: Don't handle SCI on HW reduced platforms Andy Shevchenko <andriy.shevchenko@linux.intel.com> - 2017-07-17 12:30 +0200

#1688857 — [PATCH v2 5/5] ACPI / boot: Don't handle SCI on HW reduced platforms

FromAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Date2017-07-17 12:30 +0200
Subject[PATCH v2 5/5] ACPI / boot: Don't handle SCI on HW reduced platforms
Message-ID<u4brP-3MF-7@gated-at.bofh.it>
WIP

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 arch/x86/kernel/acpi/boot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/acpi/boot.c b/arch/x86/kernel/acpi/boot.c
index 71c0feae60a4..4413cc2f7c3c 100644
--- a/arch/x86/kernel/acpi/boot.c
+++ b/arch/x86/kernel/acpi/boot.c
@@ -1184,7 +1184,7 @@ static int __init acpi_parse_madt_ioapic_entries(void)
 	 * If BIOS did not supply an INT_SRC_OVR for the SCI
 	 * pretend we got one so we can set the SCI flags.
 	 */
-	if (!acpi_sci_override_gsi)
+	if (!acpi_sci_override_gsi && !acpi_gbl_reduced_hardware)
 		acpi_sci_ioapic_setup(acpi_gbl_FADT.sci_interrupt, 0, 0,
 				      acpi_gbl_FADT.sci_interrupt);
 
-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web