commit | d0b79c54fc14f1f2db64180a21b84146028c598b | [log] [tgz] |
---|---|---|
author | Jimi Xenidis <jimix@watson.ibm.com> | Mon Jun 26 04:56:58 2006 -0400 |
committer | Paul Mackerras <paulus@samba.org> | Wed Jun 28 15:18:53 2006 +1000 |
tree | 26b3b74d80e96a7d7402723fbed90664147c016a | |
parent | c0ce7d0886cf0c2579c604eac41a7e125bc0e96d [diff] |
[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 <paulus@samba.org>