From: Philipp Kohlbecher Date: Wed, 6 Aug 2008 13:25:26 +0000 (+0200) Subject: x86: fix comment in protected mode header X-Git-Tag: v2.6.28-rc1~734^2^3~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59f09ba2b62e6f89beeb4c8fc2c83fe14321dda9;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed