| Kernel v2.4.17-pre8 /mm/highmem.c |
|---|
 2.4.17-pre8
 mm
 highmem.c
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/mm/highmem.c linux/mm/highmem.c
--- linux-2.4.16/mm/highmem.c Mon Nov 26 10:35:00 2001
+++ linux/mm/highmem.c Fri Dec 7 18:58:23 2001
@@ -32,7 +32,7 @@
*/
static int pkmap_count[LAST_PKMAP];
static unsigned int last_pkmap_nr;
-static spinlock_t kmap_lock = SPIN_LOCK_UNLOCKED;
+static spinlock_t kmap_lock __cacheline_aligned_in_smp = SPIN_LOCK_UNLOCKED;
pte_t * pkmap_page_table;
|