patch-1.3.99 linux/arch/i386/kernel/smp.c
Next file: linux/arch/i386/kernel/time.c
Previous file: linux/arch/i386/kernel/signal.c
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Mon May 6 12:26:02 1996
- Orig file:
v1.3.98/linux/arch/i386/kernel/smp.c
- Orig date:
Fri Apr 12 15:51:46 1996
diff -u --recursive --new-file v1.3.98/linux/arch/i386/kernel/smp.c linux/arch/i386/kernel/smp.c
@@ -56,7 +56,7 @@
volatile int cpu_number_map[NR_CPUS]; /* which CPU maps to which logical number */
volatile int cpu_logical_map[NR_CPUS]; /* which logical number maps to which CPU */
volatile unsigned long cpu_callin_map[NR_CPUS] = {0,}; /* We always use 0 the rest is ready for parallel delivery */
-volatile unsigned long smp_invalidate_needed; /* Used for the invalidate map thats also checked in the spinlock */
+volatile unsigned long smp_invalidate_needed; /* Used for the invalidate map that's also checked in the spinlock */
struct cpuinfo_x86 cpu_data[NR_CPUS]; /* Per cpu bogomips and other parameters */
static unsigned int num_processors = 1; /* Internal processor count */
static unsigned long io_apic_addr = 0xFEC00000; /* Address of the I/O apic (not yet used) */
@@ -448,7 +448,7 @@
/*
* Currently trivial. Write the real->protected mode
* bootstrap into the page concerned. The caller
- * has made sure its suitably aligned.
+ * has made sure it's suitably aligned.
*/
static void install_trampoline(unsigned char *mp)
@@ -1094,7 +1094,7 @@
/* printk("SMI-");*/
/*
- * The assignment is safe because its volatile so the compiler cannot reorder it,
+ * The assignment is safe because it's volatile so the compiler cannot reorder it,
* because the i586 has strict memory ordering and because only the kernel lock holder
* may issue a tlb flush. If you break any one of those three change this to an atomic
* bus locked or.
@@ -1104,7 +1104,7 @@
/*
* Processors spinning on the lock will see this IRQ late. The smp_invalidate_needed map will
- * ensure they dont do a spurious flush tlb or miss one.
+ * ensure they don't do a spurious flush tlb or miss one.
*/
save_flags(flags);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this