]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/asm-powerpc/system.h
[PATCH] ppc64: support 64k pages
[mirror_ubuntu-bionic-kernel.git] / include / asm-powerpc / system.h
index b5da0b851e02ee6c9e32f520389d90260b5c73c9..3536a5cd7a2d62fdcd3df5a58be8f4cafeb87714 100644 (file)
@@ -289,7 +289,7 @@ __cmpxchg_u32(volatile unsigned int *p, unsigned long old, unsigned long new)
 
 #ifdef CONFIG_PPC64
 static __inline__ unsigned long
-__cmpxchg_u64(volatile long *p, unsigned long old, unsigned long new)
+__cmpxchg_u64(volatile unsigned long *p, unsigned long old, unsigned long new)
 {
        unsigned long prev;