Skip to content

Commit

Permalink
x86: fix comments in vmlinux_64.lds
Browse files Browse the repository at this point in the history
for bzImage, the vmlinux_64.lds still have s32 bit code, and startup_32
should be 0. fix the comment.

Signed-off-by: Yinghai Lu <yinghai.lu@sun.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Feb 1, 2008
1 parent 24a5da7 commit 32ed937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/boot/compressed/vmlinux_64.lds
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ OUTPUT_ARCH(i386:x86-64)
ENTRY(startup_64)
SECTIONS
{
/* Be careful parts of head_64.S assume startup_64 is at
/* Be careful parts of head_64.S assume startup_32 is at
* address 0.
*/
. = 0;
Expand Down

0 comments on commit 32ed937

Please sign in to comment.