diff options
Diffstat (limited to 'arch/ia64/kernel/efi.c')
-rw-r--r-- | arch/ia64/kernel/efi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/efi.c b/arch/ia64/kernel/efi.c index 8f106638913c..3795d18276c4 100644 --- a/arch/ia64/kernel/efi.c +++ b/arch/ia64/kernel/efi.c | |||
@@ -852,7 +852,7 @@ valid_phys_addr_range (phys_addr_t phys_addr, unsigned long size) | |||
852 | * /dev/mem reads and writes use copy_to_user(), which implicitly | 852 | * /dev/mem reads and writes use copy_to_user(), which implicitly |
853 | * uses a granule-sized kernel identity mapping. It's really | 853 | * uses a granule-sized kernel identity mapping. It's really |
854 | * only safe to do this for regions in kern_memmap. For more | 854 | * only safe to do this for regions in kern_memmap. For more |
855 | * details, see Documentation/ia64/aliasing.txt. | 855 | * details, see Documentation/ia64/aliasing.rst. |
856 | */ | 856 | */ |
857 | attr = kern_mem_attribute(phys_addr, size); | 857 | attr = kern_mem_attribute(phys_addr, size); |
858 | if (attr & EFI_MEMORY_WB || attr & EFI_MEMORY_UC) | 858 | if (attr & EFI_MEMORY_WB || attr & EFI_MEMORY_UC) |