* [PATCH] Kexec: Remove duplicate rimage
@ 2006-04-12 8:28 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2006-04-12 8:28 UTC (permalink / raw)
To: fastboot, linux-kernel; +Cc: Magnus Damm, ebiederm
Kexec: Remove duplicate rimage
*rimage is already set to image before returning in kimage_normal_alloc().
Signed-off-by: Magnus Damm <magnus@valinux.co.jp>
---
Applies on top of linux-2.6.17-rc1-git5
kexec.c | 2 --
1 files changed, 2 deletions(-)
--- 0001/kernel/kexec.c
+++ work/kernel/kexec.c 2006-04-12 15:48:54.000000000 +0900
@@ -218,8 +218,6 @@ static int kimage_normal_alloc(struct ki
if (result)
goto out;
- *rimage = image;
-
/*
* Find a location for the control code buffer, and add it
* the vector of segments so that it's pages will also be
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-04-12 8:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-12 8:28 [PATCH] Kexec: Remove duplicate rimage Magnus Damm
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.