+ node-hotplug-register-cpu-remove-node-struct-alpha-fix.patch added to -mm tree

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

 



The patch titled

     node-hotplug-register-cpu-remove-node-struct alpha fix

has been added to the -mm tree.  Its filename is

     node-hotplug-register-cpu-remove-node-struct-alpha-fix.patch

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: node-hotplug-register-cpu-remove-node-struct alpha fix
From: Brice Goglin <Brice.Goglin@xxxxxxxxxxxx>


Signed-off-by: Brice Goglin <Brice.Goglin@xxxxxxxxxxxx>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx>
Cc: Yasunori Goto <y-goto@xxxxxxxxxxxxxx>
Cc: Ashok Raj <ashok.raj@xxxxxxxxx>
Cc: Dave Hansen <haveblue@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 arch/alpha/kernel/setup.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/alpha/kernel/setup.c~node-hotplug-register-cpu-remove-node-struct-alpha-fix arch/alpha/kernel/setup.c
--- devel/arch/alpha/kernel/setup.c~node-hotplug-register-cpu-remove-node-struct-alpha-fix	2006-05-30 15:06:32.000000000 -0700
+++ devel-akpm/arch/alpha/kernel/setup.c	2006-05-30 15:06:32.000000000 -0700
@@ -481,7 +481,7 @@ register_cpus(void)
 		struct cpu *p = kzalloc(sizeof(*p), GFP_KERNEL);
 		if (!p)
 			return -ENOMEM;
-		register_cpu(p, i, NULL);
+		register_cpu(p, i);
 	}
 	return 0;
 }
_

Patches currently in -mm which might be from Brice.Goglin@xxxxxxxxxxxx are

node-hotplug-register-cpu-remove-node-struct-alpha-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