]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/machine_routines.c
xnu-1504.7.4.tar.gz
[apple/xnu.git] / osfmk / i386 / machine_routines.c
index d0307ca7f33ef95f1062ae0b45686642cea7b9d5..24dc7afa8b15eac984583d094194222bace51d2e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000-2009 Apple Inc. All rights reserved.
+ * Copyright (c) 2000-2010 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -335,8 +335,6 @@ register_cpu(
                if (this_cpu_datap->lcpu.core == NULL)
                        goto failed;
 
-               pmCPUStateInit();
-
 #if NCOPY_WINDOWS > 0
                this_cpu_datap->cpu_pmap = pmap_cpu_alloc(boot_cpu);
                if (this_cpu_datap->cpu_pmap == NULL)