unfixing fixmap_top

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [KVM Development]     [Libvirt Development]     [Libvirt Users]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux