diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2016-09-01 12:33:46 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2016-09-01 12:33:46 -0400 |
commit | 0cb7bf61b1e9f05027de58c80f9b46a714d24e35 (patch) | |
tree | 41fb55cf62d07b425122f9a8b96412c0d8eb99c5 /arch/x86/include/asm/init.h | |
parent | aa877175e7a9982233ed8f10cb4bfddd78d82741 (diff) | |
parent | 3eab887a55424fc2c27553b7bfe32330df83f7b8 (diff) |
Merge branch 'linus' into smp/hotplug
Apply upstream changes to avoid conflicts with pending patches.
Diffstat (limited to 'arch/x86/include/asm/init.h')
-rw-r--r-- | arch/x86/include/asm/init.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/init.h b/arch/x86/include/asm/init.h index 223042086f4e..737da62bfeb0 100644 --- a/arch/x86/include/asm/init.h +++ b/arch/x86/include/asm/init.h | |||
@@ -5,10 +5,10 @@ struct x86_mapping_info { | |||
5 | void *(*alloc_pgt_page)(void *); /* allocate buf for page table */ | 5 | void *(*alloc_pgt_page)(void *); /* allocate buf for page table */ |
6 | void *context; /* context for alloc_pgt_page */ | 6 | void *context; /* context for alloc_pgt_page */ |
7 | unsigned long pmd_flag; /* page flag for PMD entry */ | 7 | unsigned long pmd_flag; /* page flag for PMD entry */ |
8 | bool kernel_mapping; /* kernel mapping or ident mapping */ | 8 | unsigned long offset; /* ident mapping offset */ |
9 | }; | 9 | }; |
10 | 10 | ||
11 | int kernel_ident_mapping_init(struct x86_mapping_info *info, pgd_t *pgd_page, | 11 | int kernel_ident_mapping_init(struct x86_mapping_info *info, pgd_t *pgd_page, |
12 | unsigned long addr, unsigned long end); | 12 | unsigned long pstart, unsigned long pend); |
13 | 13 | ||
14 | #endif /* _ASM_X86_INIT_H */ | 14 | #endif /* _ASM_X86_INIT_H */ |