Re: [PATCH 11/27] KVM: PPC: Make RMO a define

2010-07-02 Thread Segher Boessenkool
v1 - v2: - RMO - PAM Except you forgot the subject line. Segher ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

[PATCH 11/27] KVM: PPC: Make RMO a define

2010-07-01 Thread Alexander Graf
On PowerPC it's very normal to not support all of the physical RAM in real mode. To check if we're matching on the shared page or not, we need to know the limits so we can restrain ourselves to that range. So let's make it a define instead of open-coding it. And while at it, let's also increase