diff options
Diffstat (limited to 'i386')
-rw-r--r-- | i386/i386/i386asm.sym | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/i386/i386/i386asm.sym b/i386/i386/i386asm.sym index e38a1bd..a120f5c 100644 --- a/i386/i386/i386asm.sym +++ b/i386/i386/i386asm.sym @@ -1,29 +1,29 @@ -/* +/* * Mach Operating System * Copyright (c) 1991,1990 Carnegie Mellon University - * Copyright (c) 1991 IBM Corporation + * Copyright (c) 1991 IBM Corporation * All Rights Reserved. - * + * * Permission to use, copy, modify and distribute this software and its * documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation, - * and that the name IBM not be used in advertising or publicity + * and that the name IBM not be used in advertising or publicity * pertaining to distribution of the software without specific, written * prior permission. - * + * * CARNEGIE MELLON AND IBM ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON AND IBM DISCLAIM ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to - * + * * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU * School of Computer Science * Carnegie Mellon University * Pittsburgh PA 15213-3890 - * + * * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. */ @@ -120,12 +120,12 @@ expr (VM_MIN_KERNEL_ADDRESS>>PDESHIFT)*sizeof(pt_entry_t) KERNELBASEPDE #if MACH_KDB expr RB_KDB -#endif MACH_KDB +#endif /* MACH_KDB */ #if NCPUS > 1 offset mp_desc_table mp gdt offset mp_desc_table mp idt -#endif NCPUS > 1 +#endif /* NCPUS > 1 */ expr INTSTACK_SIZE #if !STAT_TIME @@ -136,4 +136,3 @@ expr TIMER_HIGH_UNIT offset thread th system_timer offset thread th user_timer #endif - |