We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444818b commit c79e89eCopy full SHA for c79e89e
arch/riscv/include/asm/efi.h
@@ -27,10 +27,10 @@ int efi_set_mapping_permissions(struct mm_struct *mm, efi_memory_desc_t *md);
27
28
#define ARCH_EFI_IRQ_FLAGS_MASK (SR_IE | SR_SPIE)
29
30
-/* Load initrd at enough distance from DRAM start */
+/* Load initrd anywhere in system RAM */
31
static inline unsigned long efi_get_max_initrd_addr(unsigned long image_addr)
32
{
33
- return image_addr + SZ_256M;
+ return ULONG_MAX;
34
}
35
36
#define alloc_screen_info(x...) (&screen_info)
0 commit comments