diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/sun4/vm/vm_dep.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/usr/src/uts/sun4/vm/vm_dep.h b/usr/src/uts/sun4/vm/vm_dep.h index 476740f3bc..7b8351cc96 100644 --- a/usr/src/uts/sun4/vm/vm_dep.h +++ b/usr/src/uts/sun4/vm/vm_dep.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -39,11 +39,8 @@ extern "C" { #include <sys/memnode.h> #define GETTICK() gettick() -/* - * Do not use this function for obtaining clock tick. This - * is called by callers who do not need to have a guarenteed - * correct tick value. The proper routine to use is tsc_read(). - */ + +/* #define for keeping code architecturally neutral */ #define randtick() gettick() /* |