Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: Fix source code file path in comments

Architecture specific code for i386 and x86_64 was unified and merged to
the arch/x86. This patch fix old path of x86 architecture in a comment
from the arch/arm64/include/asm/fixmap.h.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>

authored by

Alexander Kuleshov and committed by
Will Deacon
5d3c2c35 412fcb6c

+1 -1
+1 -1
arch/arm64/include/asm/fixmap.h
··· 8 8 * Copyright (C) 1998 Ingo Molnar 9 9 * Copyright (C) 2013 Mark Salter <msalter@redhat.com> 10 10 * 11 - * Adapted from arch/x86_64 version. 11 + * Adapted from arch/x86 version. 12 12 * 13 13 */ 14 14