drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / arch / riscv / include / asm / crash_reserve.h
blob013962e63587f3a06e53a508dade442b7f64e4ce
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 #ifndef _RISCV_CRASH_RESERVE_H
3 #define _RISCV_CRASH_RESERVE_H
5 #define CRASH_ALIGN PMD_SIZE
7 #define CRASH_ADDR_LOW_MAX dma32_phys_limit
8 #define CRASH_ADDR_HIGH_MAX memblock_end_of_DRAM()
10 extern phys_addr_t memblock_end_of_DRAM(void);
11 #endif