From: Jimi Xenidis Date: Mon, 26 Jun 2006 08:56:58 +0000 (-0400) Subject: [POWERPC] Skip the "copy down" of the kernel if it is already at zero. X-Git-Tag: v2.6.18-rc1~358^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0b79c54fc14f1f2db64180a21b84146028c598b;p=pandora-kernel.git [POWERPC] Skip the "copy down" of the kernel if it is already at zero. This patch allows the kernel to recognized that it was loaded at zero and the copy down of the image is unnecessary. This is useful for Simulators and kexec models. On a typical 3.8 MiB vmlinux.strip this saves about 2.3 million instructions. Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed