]> git.saurik.com Git - apple/libc.git/blobdiff - ppc/sys/ppc_gettimeofday.s
Libc-594.9.5.tar.gz
[apple/libc.git] / ppc / sys / ppc_gettimeofday.s
index 23a4c798e0e5421b74bb4d99d8912069fd6eb3e4..2cd0ea995aeec405594f7d2afedeca95d2941edc 100644 (file)
@@ -1,10 +1,8 @@
 /*
- * Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 1999-2006 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
- * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
- * 
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
  * Version 2.0 (the 'License'). You may not use this file except in
  */
 /* Copyright 1998 Apple Computer, Inc. */
 
-#include "SYS.h"
+#include <architecture/ppc/mode_independent_asm.h>
 
-       .globl cerror
-LEAF(___ppc_gettimeofday)
-        li      r0,SYS_gettimeofday               
-       mr      r12,r3                          
-        sc                                      
-        b       1f                              
-        b       2f                              
-1:      BRANCH_EXTERN(cerror)                   
-2:     
-       mr.     r12,r12
-       beq     3f
-       stw     r3,0(r12)
-       stw     r4,4(r12)
-       li      r3,0
-3:
-       blr
+#define        __APPLE_API_PRIVATE
+#include <machine/cpu_capabilities.h>
+#undef __APPLE_API_PRIVATE
 
+MI_ENTRY_POINT(___commpage_gettimeofday)
+    ba _COMM_PAGE_GETTIMEOFDAY