aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAlexander Kuleshov <kuleshovmail@gmail.com>2015-08-23 09:24:44 -0400
committerWill Deacon <will.deacon@arm.com>2015-08-24 05:18:11 -0400
commit5d3c2c352998fdefdc62795249cfc7311cf36df9 (patch)
treed81a99a8d21a487f83376b57141f28b3f3c55eb2 /arch
parent412fcb6cebd758d080cacd5a41a0cbc656ea5fce (diff)
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/include/asm/fixmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/fixmap.h b/arch/arm64/include/asm/fixmap.h
index c0739187a920..8b9884c726ad 100644
--- a/arch/arm64/include/asm/fixmap.h
+++ b/arch/arm64/include/asm/fixmap.h
@@ -8,7 +8,7 @@
8 * Copyright (C) 1998 Ingo Molnar 8 * Copyright (C) 1998 Ingo Molnar
9 * Copyright (C) 2013 Mark Salter <msalter@redhat.com> 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