diff options
author | Mark Rutland <[email protected]> | 2016-12-16 12:40:55 +0000 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2016-12-17 12:29:56 +0100 |
commit | cb02de96ec724b84373488dd349e53897ab432f5 (patch) | |
tree | 26ba443b3e42eab749219837dc26924b2b453052 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 5372e155a28f56122eb10db56d4130f481a89cd7 (diff) |
x86/mpx: Move bd_addr to mm_context_t
Currently bd_addr lives in mm_struct, which is otherwise architecture
independent. Architecture-specific data is supposed to live within
mm_context_t (itself contained in mm_struct).
Other x86-specific context like the pkey accounting data lives in
mm_context_t, and there's no readon the MPX data can't also live there.
So as to keep the arch-specific data togather, and to set a good example
for others, this patch moves bd_addr into x86's mm_context_t.
Signed-off-by: Mark Rutland <[email protected]>
Acked-by: Dave Hansen <[email protected]>
Cc: Andrew Morton <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions