Re: [PATCH v2] Consolidate mm_context_t definition in mmu.h

2007-07-10 Thread Josh Boyer
On Wed, Jul 11, 2007 at 09:10:37AM +1000, Paul Mackerras wrote: > Josh Boyer writes: > > > All of the platforms except PPC64 share a common mm_context_t definition. > > Defining it in mmu.h avoids duplicating it in the platform specific mmu > > header files. We further consolidate it by having th

Re: [PATCH v2] Consolidate mm_context_t definition in mmu.h

2007-07-10 Thread Paul Mackerras
Josh Boyer writes: > All of the platforms except PPC64 share a common mm_context_t definition. > Defining it in mmu.h avoids duplicating it in the platform specific mmu > header files. We further consolidate it by having the PPC32 definition > share the mm_context_id_t type for the id member. Un