Commit 695716f5 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] remove mm->swap_address

From: William Lee Irwin III <wli@holomorphy.com>

This field is 100% unused. This patch removes it.
parent 3b35cbe5
...@@ -205,7 +205,6 @@ struct mm_struct { ...@@ -205,7 +205,6 @@ struct mm_struct {
unsigned long rss, total_vm, locked_vm; unsigned long rss, total_vm, locked_vm;
unsigned long def_flags; unsigned long def_flags;
cpumask_t cpu_vm_mask; cpumask_t cpu_vm_mask;
unsigned long swap_address;
unsigned long saved_auxv[40]; /* for /proc/PID/auxv */ unsigned long saved_auxv[40]; /* for /proc/PID/auxv */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment