patch-2.1.94 linux/mm/simp.c
Next file: linux/mm/swapfile.c
Previous file: linux/mm/page_io.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Tue Apr 7 08:05:05 1998
- Orig file:
v2.1.93/linux/mm/simp.c
- Orig date:
Thu Jan 15 20:44:18 1998
diff -u --recursive --new-file v2.1.93/linux/mm/simp.c linux/mm/simp.c
@@ -70,7 +70,8 @@
/* next cache line */
struct header * usable_list;
spinlock_t lock;
- char fill[sizeof(void*) - sizeof(spinlock_t)];
+ /* This value is negative on Alpha SMP. */
+ /* char fill[sizeof(void*) - sizeof(spinlock_t)]; */
long real_size;
long max_elems;
structor again_ctor;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov