All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20040920094352.G14208@unix-os.sc.intel.com>

diff --git a/a/1.txt b/N1/1.txt
index ec77ef5..28f8ae3 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -4,7 +4,7 @@ Changes form previous version
 ---
 Name:processor_drv.patch
 Status:Tested on 2.6.9-rc2
-Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
 Depends:	
 Version: applies on 2.6.9-rc2	
 Description:
@@ -37,10 +37,10 @@ diff -puN drivers/acpi/processor.c~processor_drv drivers/acpi/processor.c
 --- linux-2.6.9-rc2/drivers/acpi/processor.c~processor_drv	2004-09-20 06:08:20.102254736 -0700
 +++ linux-2.6.9-rc2-askeshav/drivers/acpi/processor.c	2004-09-20 06:08:20.185242120 -0700
 @@ -4,6 +4,8 @@
-  *  Copyright (C) 2001, 2002 Andy Grover <andrew.grover-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-  *  Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-  *  Copyright (C) 2004       Dominik Brodowski <linux-JhLEnvuH02M@public.gmane.org>
-+ *  Copyright (C) 2004  Anil S Keshavamurthy <anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+  *  Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com>
+  *  Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com>
+  *  Copyright (C) 2004       Dominik Brodowski <linux@brodo.de>
++ *  Copyright (C) 2004  Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
 + *  			- Added processor hotplug support
   *
   * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -105,7 +105,7 @@ diff -puN drivers/acpi/processor.c~processor_drv drivers/acpi/processor.c
  
  	cpu_index = convert_acpiid_to_cpu(pr->acpi_id);
  
--	if ( !cpu0_initialized && (cpu_index == 0xff)) {
+-	if ( !cpu0_initialized && (cpu_index = 0xff)) {
 -		/* Handle UP system running SMP kernel, with no LAPIC in MADT */
 -		cpu_index = 0;
 -	} else if (cpu_index > num_online_cpus()) {
@@ -123,8 +123,8 @@ diff -puN drivers/acpi/processor.c~processor_drv drivers/acpi/processor.c
 -	pr->id = cpu_index;
 -
 +  	/* Handle UP system running SMP kernel, with no LAPIC in MADT */
-+  	if ( !cpu0_initialized && (cpu_index == 0xff) &&
-+  		       	(num_online_cpus() == 1)) {
++  	if ( !cpu0_initialized && (cpu_index = 0xff) &&
++  		       	(num_online_cpus() = 1)) {
 +   		cpu_index = 0;
 +   	}
 +
@@ -192,7 +192,7 @@ diff -puN drivers/acpi/processor.c~processor_drv drivers/acpi/processor.c
 +	 * Note that the default idle handler (default_idle) will be used on
 +	 * platforms that only support C1.
 +	 */
-+	if ((pr->id == 0) && (pr->flags.power)) {
++	if ((pr->id = 0) && (pr->flags.power)) {
 +		pm_idle_save = pm_idle;
 +		pm_idle = acpi_processor_idle;
 +	}
@@ -254,7 +254,7 @@ diff -puN drivers/acpi/processor.c~processor_drv drivers/acpi/processor.c
 -	 * Note that the default idle handler (default_idle) will be used on 
 -	 * platforms that only support C1.
 -	 */
--	if ((pr->id == 0) && (pr->flags.power)) {
+-	if ((pr->id = 0) && (pr->flags.power)) {
 -		pm_idle_save = pm_idle;
 -		pm_idle = acpi_processor_idle;
 -	}
@@ -289,7 +289,7 @@ diff -puN drivers/acpi/processor.c~processor_drv drivers/acpi/processor.c
 +	}
 +
 +#ifdef CONFIG_ACPI_HOTPLUG_CPU
-+	if (type == ACPI_BUS_REMOVAL_EJECT) {
++	if (type = ACPI_BUS_REMOVAL_EJECT) {
 +		if (cpu_online(pr->id)) {
 +			return_VALUE(-EINVAL);
 +		}
@@ -299,7 +299,7 @@ diff -puN drivers/acpi/processor.c~processor_drv drivers/acpi/processor.c
 +#endif /* CONFIG_ACPI_HOTPLUG_CPU */
 +
  	/* Unregister the idle handler when processor #0 is removed. */
- 	if (pr->id == 0) {
+ 	if (pr->id = 0) {
  		pm_idle = pm_idle_save;
 @@ -2426,7 +2471,7 @@ acpi_processor_remove (
  		acpi_processor_notify);
@@ -361,7 +361,7 @@ diff -puN drivers/acpi/processor.c~processor_drv drivers/acpi/processor.c
 +	envp[i++] = action_str;
 +	envp[i++] = processor_str;
 +	envp[i++] = cpu_str;
-+	envp[i++] = "PLATFORM=ACPI";
++	envp[i++] = "PLATFORM¬PI";
 +	envp[i] = NULL;
 +
 +	ret = call_usermodehelper(argv[0], argv, envp, 0);
@@ -442,7 +442,7 @@ diff -puN drivers/acpi/processor.c~processor_drv drivers/acpi/processor.c
 +	case ACPI_NOTIFY_BUS_CHECK:
 +	case ACPI_NOTIFY_DEVICE_CHECK:
 +		ACPI_DEBUG_PRINT((ACPI_DB_INFO,
-+			"received %s\n", (event==ACPI_NOTIFY_BUS_CHECK)?
++			"received %s\n", (event=ACPI_NOTIFY_BUS_CHECK)?
 +			"ACPI_NOTIFY_BUS_CHECK":"ACPI_NOTIFY_DEVICE_CHECK"));
 +
 +		if (!is_processor_present(handle))
@@ -621,10 +621,3 @@ diff -puN drivers/acpi/processor.c~processor_drv drivers/acpi/processor.c
  
  	remove_proc_entry(ACPI_PROCESSOR_CLASS, acpi_root_dir);
 _
-
-
--------------------------------------------------------
-This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
-Project Admins to receive an Apple iPod Mini FREE for your judgement on
-who ports your project to Linux PPC the best. Sponsored by IBM.
-Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
diff --git a/a/content_digest b/N1/content_digest
index 9f51591..f8835a9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,8 @@
  "ref\020040920092520.A14208@unix-os.sc.intel.com\0"
  "ref\020040920092520.A14208-39QZ/XbsZ5/mO6KZMuUCQVaTQe2KTcn/@public.gmane.org\0"
- "From\0Keshavamurthy Anil S <anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0"
+ "From\0Keshavamurthy Anil S <anil.s.keshavamurthy@intel.com>\0"
  "Subject\0PATCH-ACPI based CPU hotplug[5/6]-ACPI processor driver extension\0"
- "Date\0Mon, 20 Sep 2004 09:43:52 -0700\0"
+ "Date\0Mon, 20 Sep 2004 16:43:52 +0000\0"
  "To\0Keshavamurthy Anil S <anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0"
  "Cc\0Brown"
   Len <len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
@@ -18,7 +18,7 @@
  "---\n"
  "Name:processor_drv.patch\n"
  "Status:Tested on 2.6.9-rc2\n"
- "Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
+ "Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>\n"
  "Depends:\t\n"
  "Version: applies on 2.6.9-rc2\t\n"
  "Description:\n"
@@ -51,10 +51,10 @@
  "--- linux-2.6.9-rc2/drivers/acpi/processor.c~processor_drv\t2004-09-20 06:08:20.102254736 -0700\n"
  "+++ linux-2.6.9-rc2-askeshav/drivers/acpi/processor.c\t2004-09-20 06:08:20.185242120 -0700\n"
  "@@ -4,6 +4,8 @@\n"
- "  *  Copyright (C) 2001, 2002 Andy Grover <andrew.grover-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
- "  *  Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
- "  *  Copyright (C) 2004       Dominik Brodowski <linux-JhLEnvuH02M@public.gmane.org>\n"
- "+ *  Copyright (C) 2004  Anil S Keshavamurthy <anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
+ "  *  Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com>\n"
+ "  *  Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com>\n"
+ "  *  Copyright (C) 2004       Dominik Brodowski <linux@brodo.de>\n"
+ "+ *  Copyright (C) 2004  Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>\n"
  "+ *  \t\t\t- Added processor hotplug support\n"
  "  *\n"
  "  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n"
@@ -119,7 +119,7 @@
  " \n"
  " \tcpu_index = convert_acpiid_to_cpu(pr->acpi_id);\n"
  " \n"
- "-\tif ( !cpu0_initialized && (cpu_index == 0xff)) {\n"
+ "-\tif ( !cpu0_initialized && (cpu_index = 0xff)) {\n"
  "-\t\t/* Handle UP system running SMP kernel, with no LAPIC in MADT */\n"
  "-\t\tcpu_index = 0;\n"
  "-\t} else if (cpu_index > num_online_cpus()) {\n"
@@ -137,8 +137,8 @@
  "-\tpr->id = cpu_index;\n"
  "-\n"
  "+  \t/* Handle UP system running SMP kernel, with no LAPIC in MADT */\n"
- "+  \tif ( !cpu0_initialized && (cpu_index == 0xff) &&\n"
- "+  \t\t       \t(num_online_cpus() == 1)) {\n"
+ "+  \tif ( !cpu0_initialized && (cpu_index = 0xff) &&\n"
+ "+  \t\t       \t(num_online_cpus() = 1)) {\n"
  "+   \t\tcpu_index = 0;\n"
  "+   \t}\n"
  "+\n"
@@ -206,7 +206,7 @@
  "+\t * Note that the default idle handler (default_idle) will be used on\n"
  "+\t * platforms that only support C1.\n"
  "+\t */\n"
- "+\tif ((pr->id == 0) && (pr->flags.power)) {\n"
+ "+\tif ((pr->id = 0) && (pr->flags.power)) {\n"
  "+\t\tpm_idle_save = pm_idle;\n"
  "+\t\tpm_idle = acpi_processor_idle;\n"
  "+\t}\n"
@@ -268,7 +268,7 @@
  "-\t * Note that the default idle handler (default_idle) will be used on \n"
  "-\t * platforms that only support C1.\n"
  "-\t */\n"
- "-\tif ((pr->id == 0) && (pr->flags.power)) {\n"
+ "-\tif ((pr->id = 0) && (pr->flags.power)) {\n"
  "-\t\tpm_idle_save = pm_idle;\n"
  "-\t\tpm_idle = acpi_processor_idle;\n"
  "-\t}\n"
@@ -303,7 +303,7 @@
  "+\t}\n"
  "+\n"
  "+#ifdef CONFIG_ACPI_HOTPLUG_CPU\n"
- "+\tif (type == ACPI_BUS_REMOVAL_EJECT) {\n"
+ "+\tif (type = ACPI_BUS_REMOVAL_EJECT) {\n"
  "+\t\tif (cpu_online(pr->id)) {\n"
  "+\t\t\treturn_VALUE(-EINVAL);\n"
  "+\t\t}\n"
@@ -313,7 +313,7 @@
  "+#endif /* CONFIG_ACPI_HOTPLUG_CPU */\n"
  "+\n"
  " \t/* Unregister the idle handler when processor #0 is removed. */\n"
- " \tif (pr->id == 0) {\n"
+ " \tif (pr->id = 0) {\n"
  " \t\tpm_idle = pm_idle_save;\n"
  "@@ -2426,7 +2471,7 @@ acpi_processor_remove (\n"
  " \t\tacpi_processor_notify);\n"
@@ -375,7 +375,7 @@
  "+\tenvp[i++] = action_str;\n"
  "+\tenvp[i++] = processor_str;\n"
  "+\tenvp[i++] = cpu_str;\n"
- "+\tenvp[i++] = \"PLATFORM=ACPI\";\n"
+ "+\tenvp[i++] = \"PLATFORM\302\254PI\";\n"
  "+\tenvp[i] = NULL;\n"
  "+\n"
  "+\tret = call_usermodehelper(argv[0], argv, envp, 0);\n"
@@ -456,7 +456,7 @@
  "+\tcase ACPI_NOTIFY_BUS_CHECK:\n"
  "+\tcase ACPI_NOTIFY_DEVICE_CHECK:\n"
  "+\t\tACPI_DEBUG_PRINT((ACPI_DB_INFO,\n"
- "+\t\t\t\"received %s\\n\", (event==ACPI_NOTIFY_BUS_CHECK)?\n"
+ "+\t\t\t\"received %s\\n\", (event=ACPI_NOTIFY_BUS_CHECK)?\n"
  "+\t\t\t\"ACPI_NOTIFY_BUS_CHECK\":\"ACPI_NOTIFY_DEVICE_CHECK\"));\n"
  "+\n"
  "+\t\tif (!is_processor_present(handle))\n"
@@ -634,13 +634,6 @@
  " \tacpi_bus_unregister_driver(&acpi_processor_driver);\n"
  " \n"
  " \tremove_proc_entry(ACPI_PROCESSOR_CLASS, acpi_root_dir);\n"
- "_\n"
- "\n"
- "\n"
- "-------------------------------------------------------\n"
- "This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170\n"
- "Project Admins to receive an Apple iPod Mini FREE for your judgement on\n"
- "who ports your project to Linux PPC the best. Sponsored by IBM.\n"
- Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
+ _
 
-d204fbe806dc387379e4310d7541475798ed8dc9b2efdcd993caa6c66142bb95
+03e7bd14ce370efdd1f0a95ba68b1030f702dc20e8f813eec158e365e68ccabf

diff --git a/a/1.txt b/N2/1.txt
index ec77ef5..cccfb5a 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -4,7 +4,7 @@ Changes form previous version
 ---
 Name:processor_drv.patch
 Status:Tested on 2.6.9-rc2
-Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
 Depends:	
 Version: applies on 2.6.9-rc2	
 Description:
@@ -37,10 +37,10 @@ diff -puN drivers/acpi/processor.c~processor_drv drivers/acpi/processor.c
 --- linux-2.6.9-rc2/drivers/acpi/processor.c~processor_drv	2004-09-20 06:08:20.102254736 -0700
 +++ linux-2.6.9-rc2-askeshav/drivers/acpi/processor.c	2004-09-20 06:08:20.185242120 -0700
 @@ -4,6 +4,8 @@
-  *  Copyright (C) 2001, 2002 Andy Grover <andrew.grover-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-  *  Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-  *  Copyright (C) 2004       Dominik Brodowski <linux-JhLEnvuH02M@public.gmane.org>
-+ *  Copyright (C) 2004  Anil S Keshavamurthy <anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+  *  Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com>
+  *  Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com>
+  *  Copyright (C) 2004       Dominik Brodowski <linux@brodo.de>
++ *  Copyright (C) 2004  Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
 + *  			- Added processor hotplug support
   *
   * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -621,10 +621,3 @@ diff -puN drivers/acpi/processor.c~processor_drv drivers/acpi/processor.c
  
  	remove_proc_entry(ACPI_PROCESSOR_CLASS, acpi_root_dir);
 _
-
-
--------------------------------------------------------
-This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
-Project Admins to receive an Apple iPod Mini FREE for your judgement on
-who ports your project to Linux PPC the best. Sponsored by IBM.
-Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
diff --git a/a/content_digest b/N2/content_digest
index 9f51591..147bcf3 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,15 +1,16 @@
  "ref\020040920092520.A14208@unix-os.sc.intel.com\0"
- "ref\020040920092520.A14208-39QZ/XbsZ5/mO6KZMuUCQVaTQe2KTcn/@public.gmane.org\0"
- "From\0Keshavamurthy Anil S <anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0"
+ "From\0Keshavamurthy Anil S <anil.s.keshavamurthy@intel.com>\0"
  "Subject\0PATCH-ACPI based CPU hotplug[5/6]-ACPI processor driver extension\0"
  "Date\0Mon, 20 Sep 2004 09:43:52 -0700\0"
- "To\0Keshavamurthy Anil S <anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\0"
+ "To\0Keshavamurthy Anil S <anil.s.keshavamurthy@intel.com>"
+  Len Brown <len.brown@intel.com>
+ " ACPI Developer <acpi-devel@lists.sourceforge.net>\0"
  "Cc\0Brown"
-  Len <len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
-  ACPI Developer <acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
-  LHNS list <lhns-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
-  Linux IA64 <linux-ia64-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
- " Linux Kernel <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0"
+  Len <len.brown@intel.com>
+  ACPI Developer <acpi-devel@lists.sourceforge.net>
+  LHNS list <lhns-devel@lists.sourceforge.net>
+  Linux IA64 <linux-ia64@vger.kernel.org>
+ " Linux Kernel <linux-kernel@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "Changes form previous version\n"
@@ -18,7 +19,7 @@
  "---\n"
  "Name:processor_drv.patch\n"
  "Status:Tested on 2.6.9-rc2\n"
- "Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
+ "Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>\n"
  "Depends:\t\n"
  "Version: applies on 2.6.9-rc2\t\n"
  "Description:\n"
@@ -51,10 +52,10 @@
  "--- linux-2.6.9-rc2/drivers/acpi/processor.c~processor_drv\t2004-09-20 06:08:20.102254736 -0700\n"
  "+++ linux-2.6.9-rc2-askeshav/drivers/acpi/processor.c\t2004-09-20 06:08:20.185242120 -0700\n"
  "@@ -4,6 +4,8 @@\n"
- "  *  Copyright (C) 2001, 2002 Andy Grover <andrew.grover-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
- "  *  Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
- "  *  Copyright (C) 2004       Dominik Brodowski <linux-JhLEnvuH02M@public.gmane.org>\n"
- "+ *  Copyright (C) 2004  Anil S Keshavamurthy <anil.s.keshavamurthy-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>\n"
+ "  *  Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com>\n"
+ "  *  Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com>\n"
+ "  *  Copyright (C) 2004       Dominik Brodowski <linux@brodo.de>\n"
+ "+ *  Copyright (C) 2004  Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>\n"
  "+ *  \t\t\t- Added processor hotplug support\n"
  "  *\n"
  "  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n"
@@ -634,13 +635,6 @@
  " \tacpi_bus_unregister_driver(&acpi_processor_driver);\n"
  " \n"
  " \tremove_proc_entry(ACPI_PROCESSOR_CLASS, acpi_root_dir);\n"
- "_\n"
- "\n"
- "\n"
- "-------------------------------------------------------\n"
- "This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170\n"
- "Project Admins to receive an Apple iPod Mini FREE for your judgement on\n"
- "who ports your project to Linux PPC the best. Sponsored by IBM.\n"
- Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
+ _
 
-d204fbe806dc387379e4310d7541475798ed8dc9b2efdcd993caa6c66142bb95
+b9f68b46e36a5b0f6ebb883432bd1ca9c4628eb781553dafc4c73186c16a141b

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.