]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/mp_slave_boot.h
xnu-792.6.56.tar.gz
[apple/xnu.git] / osfmk / i386 / mp_slave_boot.h
index 6bf6c351bdd55820d1254280d564d0eb1aaf10df..c7e7e4e22b36fc699628d62edebf6ac49a76d38c 100644 (file)
@@ -3,8 +3,6 @@
  *
  * @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
 
 #define MP_BOOT                0x1000          /* address where slave boots load */
 #define MP_BOOTSEG     0x100   
-#define MP_GDT         0x1100          /* temporary gdt address for boot */
+#define MP_BOOTGDT     0x1100          /* temporary gdt address for boot */
 #define MP_BOOTSTACK   0x800           /* stack for boot */
 #define MP_MACH_START  MP_BOOTSTACK    /* contains address where to jump
                                           after boot */