--- head.S 2004-02-18 11:57:16.000000000 +0800 +++ head-cy.S 2004-02-23 17:19:02.000000000 +0800 @@ -115,11 +115,7 @@ movl %cr0,%eax orl $0x80000000,%eax movl %eax,%cr0 /* ..and set paging (PG) bit */ - jmp 1f /* flush the prefetch-queue */ -1: - movl $1f,%eax - jmp *%eax /* make sure eip is relocated */ -1: + /* Set up the stack pointer */ lss stack_start,%esp