- x86_64-mm-core-2-oprofile-identification.patch removed from -mm tree

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

 



The patch titled

     i386/x86-64: Add core 2 to oprofile

has been removed from the -mm tree.  Its filename is

     x86_64-mm-core-2-oprofile-identification.patch

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

------------------------------------------------------
Subject: i386/x86-64: Add core 2 to oprofile
From: Benjamin LaHaise <benjamin.c.lahaise@xxxxxxxxx>
i386/x86-64: Add core 2 to oprofile


This patch adds the CPU identification needed by oprofile for Intel (r) 
Core (tm) 2 CPUs.

Signed-off-by: Benjamin LaHaise <benjamin.c.lahaise@xxxxxxxxx>
Signed-off-by: Andi Kleen <ak@xxxxxxx>

---
 arch/i386/oprofile/nmi_int.c |    2 ++
 1 file changed, 2 insertions(+)

Index: linux/arch/i386/oprofile/nmi_int.c
===================================================================
--- linux.orig/arch/i386/oprofile/nmi_int.c
+++ linux/arch/i386/oprofile/nmi_int.c
@@ -367,6 +367,8 @@ static int __init ppro_init(char ** cpu_
 
 	if (cpu_model == 14)
 		*cpu_type = "i386/core";
+	else if (cpu_model == 15)
+		*cpu_type = "i386/core_2";
 	else if (cpu_model > 0xd)
 		return 0;
 	else if (cpu_model == 9) {

Patches currently in -mm which might be from benjamin.c.lahaise@xxxxxxxxx are

origin.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