[PATCH 08/10] Sparc64: Use generic percpu

2008-01-08 Thread travis
Sparc64 has a way of providing the base address for the per cpu area of the currently executing processor in a global register. Sparc64 also provides a way to calculate the address of a per cpu area from a base address instead of performing an array lookup. Cc: David Miller <[EMAIL PROTECTED]> Si

[PATCH 08/10] Sparc64: Use generic percpu

2008-01-07 Thread travis
V2->V3: - use generic percpy_modcopy() Sparc64 has a way of providing the base address for the per cpu area of the currently executing processor in a global register. Sparc64 also provides a way to calculate the address of a per cpu area from a base address instead of performing an array lookup.

Re: [PATCH 08/10] Sparc64: Use generic percpu

2007-12-27 Thread David Miller
From: [EMAIL PROTECTED] Date: Thu, 27 Dec 2007 16:16:25 -0800 > Sparc64 has a way of providing the base address for the per cpu area of the > currently executing processor in a global register. > > Sparc64 also provides a way to calculate the address of a per cpu area > from a base address instea

[PATCH 08/10] Sparc64: Use generic percpu

2007-12-27 Thread travis
Sparc64 has a way of providing the base address for the per cpu area of the currently executing processor in a global register. Sparc64 also provides a way to calculate the address of a per cpu area from a base address instead of performing an array lookup. Cc: David Miller <[EMAIL PROTECTED]> Si

[patch 08/10] Sparc64: Use generic percpu

2007-11-28 Thread Christoph Lameter
Sparc64 has a way of providing the base address for the per cpu area of the currently executing processor in a global register. Sparc64 also provides a way to calculate the address of a per cpu area from a base address instead of performing an array lookup. Cc: David Miller <[EMAIL PROTECTED]> Si