diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2013-02-15 12:25:08 -0500 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2013-02-15 12:25:08 -0500 |
commit | 0da3e7f526fde7a6522a3038b7ce609fc50f6707 (patch) | |
tree | c6e2dacd96fe7eac8312f3d7c22e0995dc423879 /arch/x86/kernel/x86_init.c | |
parent | 95c9608478d639dcffc14ea47b31bff021a99ed1 (diff) | |
parent | 68d00bbebb5a48b7a9056a8c03476a71ecbc30a6 (diff) |
Merge branch 'x86/mm2' into x86/mm
x86/mm2 is testing out fine, but has developed conflicts with x86/mm
due to patches in adjacent code. Merge them so we can drop x86/mm2
and have a unified branch.
Resolved Conflicts:
arch/x86/kernel/setup.c
Diffstat (limited to 'arch/x86/kernel/x86_init.c')
-rw-r--r-- | arch/x86/kernel/x86_init.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kernel/x86_init.c b/arch/x86/kernel/x86_init.c index 7a3d075a814a..50cf83ecd32e 100644 --- a/arch/x86/kernel/x86_init.c +++ b/arch/x86/kernel/x86_init.c | |||
@@ -62,10 +62,6 @@ struct x86_init_ops x86_init __initdata = { | |||
62 | .banner = default_banner, | 62 | .banner = default_banner, |
63 | }, | 63 | }, |
64 | 64 | ||
65 | .mapping = { | ||
66 | .pagetable_reserve = native_pagetable_reserve, | ||
67 | }, | ||
68 | |||
69 | .paging = { | 65 | .paging = { |
70 | .pagetable_init = native_pagetable_init, | 66 | .pagetable_init = native_pagetable_init, |
71 | }, | 67 | }, |