remove mm->swap_address

From: William Lee Irwin III
Date: Sun Nov 23 2003 - 18:31:34 EST


This field is 100% unused. This patch removes it.

diff -urpN linux-2.6.0-test9/include/linux/sched.h swpadr-2.6.0-test9/include/linux/sched.h
--- linux-2.6.0-test9/include/linux/sched.h 2003-10-25 11:42:56.000000000 -0700
+++ swpadr-2.6.0-test9/include/linux/sched.h 2003-11-23 15:16:42.000000000 -0800
@@ -205,7 +205,6 @@ struct mm_struct {
unsigned long rss, total_vm, locked_vm;
unsigned long def_flags;
cpumask_t cpu_vm_mask;
- unsigned long swap_address;

unsigned long saved_auxv[40]; /* for /proc/PID/auxv */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/