[SPARC64]: Use ASI_SCRATCHPAD address 0x0 properly.
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 10 Feb 2006 23:39:51 +0000 (15:39 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:12:15 +0000 (01:12 -0800)
This is where the virtual address of the fault status
area belongs.

To set it up we don't make a hypervisor call, instead
we call OBP's SUNW,set-trap-table with the real address
of the fault status area as the second argument.  And
right before that call we write the virtual address into
ASI_SCRATCHPAD vaddr 0x0.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found