]> git.karo-electronics.de Git - mv-sheeva.git/commit
x86: fix comment in protected mode header
authorPhilipp Kohlbecher <xt28@gmx.de>
Wed, 6 Aug 2008 13:25:26 +0000 (15:25 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 11 Aug 2008 19:35:30 +0000 (21:35 +0200)
commit59f09ba2b62e6f89beeb4c8fc2c83fe14321dda9
tree752ea3cd0fb0021f786fa4da18a8ab04e8c3eb86
parent8aeb4022633f7d0eca5e13a9622bd73df92bbf2a
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>
arch/x86/boot/compressed/head_32.S