]> git.baikalelectronics.ru Git - kernel.git/commit
x86: introduce struct cpa_data
authorThomas Gleixner <tglx@linutronix.de>
Mon, 4 Feb 2008 15:48:07 +0000 (16:48 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 4 Feb 2008 15:48:07 +0000 (16:48 +0100)
commiteaa4197f1dfa8854114ced67cac36de8aed5857a
tree701676e3de89589b8eb2cde50e8a8a903861873b
parente6188c0afe2fb4a35505e7d9b8de11428b6048b3
x86: introduce struct cpa_data

The number of arguments which need to be transported is increasing
and we want to add flush optimizations and large page preserving.

Create struct cpa data and pass a pointer instead of increasing the
number of arguments further.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/pageattr.c