]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/powerpc/lib/copypage_64.S
powerpc: No need to use dot symbols when branching to a function
[mirror_ubuntu-bionic-kernel.git] / arch / powerpc / lib / copypage_64.S
index 9f9434a8526443c482b715b74824f99c99d86f0c..e59c9c2ebe98dd4468054a1808dbd7b7fd65a7f6 100644 (file)
@@ -20,7 +20,7 @@ _GLOBAL(copy_page)
 BEGIN_FTR_SECTION
        lis     r5,PAGE_SIZE@h
 FTR_SECTION_ELSE
-       b       .copypage_power7
+       b       copypage_power7
 ALT_FTR_SECTION_END_IFCLR(CPU_FTR_VMX_COPY)
        ori     r5,r5,PAGE_SIZE@l
 BEGIN_FTR_SECTION