diff options
author | Xianting Tian <[email protected]> | 2022-08-11 15:41:48 +0800 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2022-08-11 08:58:21 -0700 |
commit | f9293ad46d8ba9909187a37b7215324420ad4596 (patch) | |
tree | 99911c4eaf17f9875e1e75c2ce0bb6dcfca5bf04 /drivers/usb/cdns3/cdns3-trace.c | |
parent | ad943893d5f1d0aeea892bf7b781cf8062b36d58 (diff) |
RISC-V: Add modules to virtual kernel memory layout dump
Modules always live before the kernel, MODULES_END is fixed but
MODULES_VADDR isn't fixed, it depends on the kernel size.
Let's add it to virtual kernel memory layout dump.
As MODULES is only defined for CONFIG_64BIT, so we dump it when
CONFIG_64BIT=y.
eg,
MODULES_VADDR - MODULES_END
0xffffffff01133000 - 0xffffffff80000000
Reviewed-by: Guo Ren <[email protected]>
Reviewed-by: Heiko Stuebner <[email protected]>
Signed-off-by: Xianting Tian <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Cc: [email protected]
Fixes: 2bfc6cd81bd1 ("riscv: Move kernel mapping outside of linear mapping")
Signed-off-by: Palmer Dabbelt <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-trace.c')
0 files changed, 0 insertions, 0 deletions