Re: [PATCH 25/33] x86_64: 64bit PIC SMP trampoline

From: Andi Kleen
Date: Tue Aug 01 2006 - 15:11:26 EST


"Eric W. Biederman" <ebiederm@xxxxxxxxxxxx> writes:
> - ljmpl $__KERNEL32_CS, $(startup_32-__START_KERNEL_map)
> +
> + # flush prefetch and jump to startup_32
> + ljmpl *(startup_32_vector - r_base)
> +
> + .code32
> + .balign 4
> +startup_32:

It would be nicer if you could factor out that code into
a common file between head.S and trampoline.S

-Andi

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/