diff options
Diffstat (limited to 'target/sparc/cpu.h')
-rw-r--r-- | target/sparc/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/sparc/cpu.h b/target/sparc/cpu.h index c92bd2527d..9e9b22a054 100644 --- a/target/sparc/cpu.h +++ b/target/sparc/cpu.h @@ -417,6 +417,8 @@ typedef union { uint64_t tag_access; uint64_t virtual_watchpoint; uint64_t physical_watchpoint; + uint64_t sun4v_ctx_config[2]; + uint64_t sun4v_tsb_pointers[4]; }; } SparcV9MMU; #endif |