On 26/7/06 01:37, "Rusty Russell" <rusty at rustcorp.com.au> wrote: > Secondly, *if* the only thing that will actually alter the fixaddr_top > is paravirt, it makes sense to keep it a constant except in the paravirt > case, ie: > > #ifdef CONFIG_PARAVIRT > #define __FIXADDR_TOP (paravirt_ops.linear_top) > #else > #define __FIXADDR_TOP 0xfffff000 > #endif Yeah, looks good. This is your initial proposal with the new name. christian