diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/kexec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/kexec.c b/kernel/kexec.c index 2348bd6ef2af..855bfbbf4048 100644 --- a/kernel/kexec.c +++ b/kernel/kexec.c | |||
@@ -242,8 +242,6 @@ static int kimage_normal_alloc(struct kimage **rimage, unsigned long entry, | |||
242 | if (result) | 242 | if (result) |
243 | goto out; | 243 | goto out; |
244 | 244 | ||
245 | *rimage = image; | ||
246 | |||
247 | /* | 245 | /* |
248 | * Find a location for the control code buffer, and add it | 246 | * Find a location for the control code buffer, and add it |
249 | * the vector of segments so that it's pages will also be | 247 | * the vector of segments so that it's pages will also be |