Merge tag 'io_uring-6.5-2023-07-21' of git://git.kernel.dk/linux
[sfrench/cifs-2.6.git] / arch / parisc / kernel / sys_parisc.c
index 465b7cb9d44f46748607f1d92c9844d195d61fb4..ca2d537e25b1872ab15126c28aa892a13b2ca0ed 100644 (file)
@@ -24,6 +24,7 @@
 #include <linux/personality.h>
 #include <linux/random.h>
 #include <linux/compat.h>
+#include <linux/elf-randomize.h>
 
 /*
  * Construct an artificial page offset for the mapping based on the virtual
@@ -344,7 +345,7 @@ asmlinkage long parisc_fallocate(int fd, int mode, u32 offhi, u32 offlo,
                              ((u64)lenhi << 32) | lenlo);
 }
 
-long parisc_personality(unsigned long personality)
+asmlinkage long parisc_personality(unsigned long personality)
 {
        long err;