Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | sparc64: Store per-cpu offset in trap_block[] | David S. Miller | 2009-06-16 |
| | | | | | | | Surprisingly this actually makes LOAD_PER_CPU_BASE() a little more efficient. Signed-off-by: David S. Miller <davem@davemloft.net> | ||
* | sparc64: Move trap_block[] definitions into a new header file. | David S. Miller | 2009-06-16 |
Later we're going to want to get at these definitions from asm/percpu.h and that's not possible via cpudata.h because of the set of dependencies the non-trap_block[] stuff has. Signed-off-by: David S. Miller <davem@davemloft.net> |