diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-02-11 14:41:18 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-03-20 01:12:23 -0800 |
commit | 490384e752a43aa281ed533e9de2da36df25c337 (patch) | |
tree | ec087a27a481b9a63aeda6703971acf4adeab19b /include/asm-sparc64 | |
parent | 459b6e621e0e15315c25bac47fa7113e5818d45d (diff) | |
download | talos-op-linux-490384e752a43aa281ed533e9de2da36df25c337.tar.gz talos-op-linux-490384e752a43aa281ed533e9de2da36df25c337.zip |
[SPARC64]: Register kernel TSB with hypervisor.
We do this right after we take over the trap table from OBP.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r-- | include/asm-sparc64/pgtable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sparc64/pgtable.h b/include/asm-sparc64/pgtable.h index c42c06a37d18..a480007f0a9d 100644 --- a/include/asm-sparc64/pgtable.h +++ b/include/asm-sparc64/pgtable.h @@ -438,6 +438,7 @@ extern unsigned long get_fb_unmapped_area(struct file *filp, unsigned long, extern void pgtable_cache_init(void); extern void sun4v_register_fault_status(void); +extern void sun4v_ktsb_register(void); #endif /* !(__ASSEMBLY__) */ |