commit | 59f09ba2b62e6f89beeb4c8fc2c83fe14321dda9 | [log] [tgz] |
---|---|---|
author | Philipp Kohlbecher <xt28@gmx.de> | Wed Aug 06 15:25:26 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Aug 11 21:35:30 2008 +0200 |
tree | 752ea3cd0fb0021f786fa4da18a8ab04e8c3eb86 | |
parent | 8aeb4022633f7d0eca5e13a9622bd73df92bbf2a [diff] |
x86: fix comment in protected mode header Comments in arch/x86/boot/compressed/head_32.S erroneously refer to the real mode pointer as the second and the heap area as the third argument to decompress_kernel(). In fact, these have been the first and second argument, respectively, since v2.6.20. This patch corrects the comments. It introduces no code changes. Signed-off-by: Philipp Kohlbecher <xt28@gmx.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>