Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PPC: Split context init/destroy functions | Alexander Graf | 2010-05-17 | 1 | -7/+22 |
| | | | | | | | | | | | | | We need to reserve a context from KVM to make sure we have our own segment space. While we did that split for Book3S_64 already, 32 bit is still outstanding. So let's split it now. Signed-off-by: Alexander Graf <agraf@suse.de> Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> CC: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Avi Kivity <avi@redhat.com> | ||||
* | powerpc/mm: Split mmu_context handling | Benjamin Herrenschmidt | 2008-12-21 | 1 | -0/+103 |
This splits the mmu_context handling between 32-bit hash based processors, 64-bit hash based processors and everybody else. This is preliminary work for adding SMP support for BookE processors. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Acked-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org> |