]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/kern/kern_pcsamples.c
xnu-2422.1.72.tar.gz
[apple/xnu.git] / bsd / kern / kern_pcsamples.c
index 36757c2af32f37248039d87185e3734bee6ead46..887029225c46e7b6b78adbd0611688e088dbe2fd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000-2005 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2012 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -72,7 +72,6 @@ int pcsamples_reinit(void);
 int
 enable_branch_tracing(void)
 {
-#ifndef i386
   struct proc *p;
   if (-1 != pc_sample_pid) {
     p = proc_find(pc_sample_pid);
@@ -87,9 +86,6 @@ enable_branch_tracing(void)
 
   return 1;
 
-#else
-    return 0;
-#endif
 }
 
 int