*
* @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 */