sparc64: Move trap_block[] definitions into a new header file.
authorDavid S. Miller <davem@davemloft.net>
Wed, 1 Apr 2009 08:26:43 +0000 (01:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Jun 2009 11:56:08 +0000 (04:56 -0700)
commit19f0fa3fb3499d8c5fb861933959f546d05fc202
tree2a4b43ac975d0a10f752a90d43020836a09cec07
parent557fe0e8842e919aeacedeb5f35444c78232b3c8
sparc64: Move trap_block[] definitions into a new header file.

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>
arch/sparc/include/asm/cpudata_64.h
arch/sparc/include/asm/trap_block.h [new file with mode: 0644]