summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4v/cpu/mach_cpu_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4v/cpu/mach_cpu_module.c')
-rw-r--r--usr/src/uts/sun4v/cpu/mach_cpu_module.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/usr/src/uts/sun4v/cpu/mach_cpu_module.c b/usr/src/uts/sun4v/cpu/mach_cpu_module.c
index 335e574f8e..eb7ce530df 100644
--- a/usr/src/uts/sun4v/cpu/mach_cpu_module.c
+++ b/usr/src/uts/sun4v/cpu/mach_cpu_module.c
@@ -20,12 +20,10 @@
*/
/*
- * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/cpu_module.h>
#include <vm/page.h>
#include <vm/seg_map.h>
@@ -699,3 +697,11 @@ atomic_clear_long_excl(volatile ulong_t *target, uint_t value)
void
fp_zero(void)
{}
+
+uint64_t
+gettick_npt(void)
+{ return (0); }
+
+uint64_t
+getstick_npt(void)
+{ return (0); }