All of lore.kernel.org
 help / color / mirror / Atom feed
* remove mm->swap_address
@ 2003-11-23 23:30 William Lee Irwin III
  0 siblings, 0 replies; only message in thread
From: William Lee Irwin III @ 2003-11-23 23:30 UTC (permalink / raw)
  To: linux-kernel

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 */
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-11-23 23:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-23 23:30 remove mm->swap_address William Lee Irwin III

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.