- acpi-temp_fix_for_proximity_domain.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     acpi: temp fix for proximity domain
has been removed from the -mm tree.  Its filename was
     acpi-temp_fix_for_proximity_domain.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: acpi: temp fix for proximity domain
From: Alexey Starikovskiy <alexey.y.starikovskiy@xxxxxxxxxxxxxxx>

Proximity domain just became u32 what makes HP to break... Mask the
extended range for now.

Cc: Bob Picco <bob.picco@xxxxxx>
CC: Len Brown <lenb@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 arch/ia64/kernel/acpi.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -puN arch/ia64/kernel/acpi.c~acpi-temp_fix_for_proximity_domain arch/ia64/kernel/acpi.c
--- a/arch/ia64/kernel/acpi.c~acpi-temp_fix_for_proximity_domain
+++ a/arch/ia64/kernel/acpi.c
@@ -422,8 +422,8 @@ static int get_memory_proximity_domain(s
 	int pxm;
 
 	pxm = ma->proximity_domain;
-	if (ia64_platform_is("sn2"))
-		pxm += ma->reserved << 8;
+	if (!ia64_platform_is("sn2"))
+		pxm &= 0xff;
 
 	return pxm;
 }
_

Patches currently in -mm which might be from alexey.y.starikovskiy@xxxxxxxxxxxxxxx are

git-acpi.patch
swsusp-change-code-order-in-diskc-fix.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux