Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / arch / riscv / include / asm / page.h
index 004372f8da544fccb8519ec6591067181c18eea0..1526e410e8027d981733e5947918c3a9921d7c8d 100644 (file)
@@ -41,6 +41,7 @@
  * By default, CONFIG_PAGE_OFFSET value corresponds to SV48 address space so
  * define the PAGE_OFFSET value for SV39.
  */
+#define PAGE_OFFSET_L4         _AC(0xffffaf8000000000, UL)
 #define PAGE_OFFSET_L3         _AC(0xffffffd800000000, UL)
 #else
 #define PAGE_OFFSET            _AC(CONFIG_PAGE_OFFSET, UL)