summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/sys/simulate.h
diff options
context:
space:
mode:
authorHaik Aftandilian <Haik.Aftandilian@Sun.COM>2009-11-23 16:18:43 -0800
committerHaik Aftandilian <Haik.Aftandilian@Sun.COM>2009-11-23 16:18:43 -0800
commit023e71de9e5670cebc23dd51162833661d3d2d3b (patch)
tree04e1e1fc10664466485a6a33787082596ea0f28a /usr/src/uts/sparc/sys/simulate.h
parentf6cf9e5015c0407e421e650c54e2cc47c8ea3546 (diff)
downloadillumos-gate-023e71de9e5670cebc23dd51162833661d3d2d3b.tar.gz
6741065 Solaris should support cooperative migration
6873667 a domain running Sun Cluster should notify the cluster framework when it is migrating FWARC 2009/559 Domain Suspend Domain Service FWARC 2009/452 HV APIs for cooperative guest migration PSARC 2009/589 LDOM-SunCluster suspend callbacks
Diffstat (limited to 'usr/src/uts/sparc/sys/simulate.h')
-rw-r--r--usr/src/uts/sparc/sys/simulate.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/usr/src/uts/sparc/sys/simulate.h b/usr/src/uts/sparc/sys/simulate.h
index 56bc95f7bb..c2ce9377b4 100644
--- a/usr/src/uts/sparc/sys/simulate.h
+++ b/usr/src/uts/sparc/sys/simulate.h
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -20,15 +19,13 @@
* CDDL HEADER END
*/
/*
- * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#ifndef _SYS_SIMULATE_H
#define _SYS_SIMULATE_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
@@ -146,6 +143,7 @@ extern "C" {
extern int32_t fetch_user_instr(caddr_t);
extern int simulate_unimp(struct regs *, caddr_t *);
extern int simulate_lddstd(struct regs *, caddr_t *);
+extern int simulate_rdtick(struct regs *);
extern int do_unaligned(struct regs *, caddr_t *);
extern int calc_memaddr(struct regs *, caddr_t *);
extern int is_atomic(struct regs *);