Re: [PATCH 0/7] percpu: Per cpu code simplification fixup

2008-01-18 Thread Mike Travis
Ingo Molnar wrote: > * [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > >> This patchset simplifies the code that arches need to maintain to >> support per cpu functionality. Most of the code is moved into arch >> independent code. Only a minimal set of definitions is kept for each >> arch. >>

Re: [PATCH 0/7] percpu: Per cpu code simplification fixup

2008-01-18 Thread Ingo Molnar
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > This patchset simplifies the code that arches need to maintain to > support per cpu functionality. Most of the code is moved into arch > independent code. Only a minimal set of definitions is kept for each > arch. > > The patch also unifies

[PATCH 0/7] percpu: Per cpu code simplification fixup

2008-01-18 Thread travis
This patchset simplifies the code that arches need to maintain to support per cpu functionality. Most of the code is moved into arch independent code. Only a minimal set of definitions is kept for each arch. The patch also unifies the x86 arch so that there is only a single asm-x86/percpu.h

Re: [PATCH 0/7] percpu: Per cpu code simplification fixup

2008-01-18 Thread Ingo Molnar
* [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: This patchset simplifies the code that arches need to maintain to support per cpu functionality. Most of the code is moved into arch independent code. Only a minimal set of definitions is kept for each arch. The patch also unifies the x86

[PATCH 0/7] percpu: Per cpu code simplification fixup

2008-01-18 Thread travis
This patchset simplifies the code that arches need to maintain to support per cpu functionality. Most of the code is moved into arch independent code. Only a minimal set of definitions is kept for each arch. The patch also unifies the x86 arch so that there is only a single asm-x86/percpu.h