diff options
author | Kirill A. Shutemov <[email protected]> | 2017-07-17 01:59:49 +0300 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2017-07-21 10:05:18 +0200 |
commit | daaa42f04178ac7b02e4d43cdfc7fac48430152e (patch) | |
tree | 903f031f317a2d828f62477438b39bcce57de180 /drivers/fpga/fpga-bridge.c | |
parent | 45dcd20913632fe69641c24b16d89e13e0e107ff (diff) |
x86/xen: Redefine XEN_ELFNOTE_INIT_P2M using PUD_SIZE * PTRS_PER_PUD
XEN_ELFNOTE_INIT_P2M has to be 512GB for both 4- and 5-level paging.
(PUD_SIZE * PTRS_PER_PUD) would do this.
Unfortunately, we cannot use P4D_SIZE, which would fit here. With
current headers structure it cannot be used in assembly, if p4d
level is folded.
Signed-off-by: Kirill A. Shutemov <[email protected]>
Reviewed-by: Juergen Gross <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions