]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/i386/ktss.c
xnu-1228.15.4.tar.gz
[apple/xnu.git] / osfmk / i386 / ktss.c
index a947de6e60ebb74aeae8bbd379119fd36731ba9c..f0b69591c774c2d458f42af6052e139d2eb4f217 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2006 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -61,7 +61,6 @@
  *
  * We don't use the i386 task switch mechanism.  We need a TSS
  * only to hold the kernel stack pointer for the current thread.
- *
  */
 #include <i386/tss.h>
 #include <i386/seg.h>
@@ -116,8 +115,6 @@ struct x86_64_tss master_ktss64 __attribute__ ((aligned (4096))) = {
        .io_bit_map_offset = 0x0FFF,
 };
 #endif /* X86_64 */
-
 
 /*
  * Task structure for double-fault handler: