diff options
Diffstat (limited to 'usr/src/uts/sun4u/cpu/common_asm.s')
| -rw-r--r-- | usr/src/uts/sun4u/cpu/common_asm.s | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr/src/uts/sun4u/cpu/common_asm.s b/usr/src/uts/sun4u/cpu/common_asm.s index 46c12c4775..a3e2343c89 100644 --- a/usr/src/uts/sun4u/cpu/common_asm.s +++ b/usr/src/uts/sun4u/cpu/common_asm.s @@ -19,8 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2009 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. + * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. */ #if !defined(lint) @@ -381,12 +380,18 @@ u_longlong_t gettick(void) { return (0); } +u_longlong_t +randtick(void) +{ return (0); } + #else /* lint */ ENTRY(gettick) + ALTENTRY(randtick) GET_NATIVE_TIME(%o0, %o2, %o3) retl nop + SET_SIZE(randtick) SET_SIZE(gettick) #endif /* lint */ |
