]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
parisc: Use FRAME_SIZE and FRAME_ALIGN from assembly.h
authorHelge Deller <deller@gmx.de>
Mon, 4 Oct 2021 21:46:23 +0000 (23:46 +0200)
committerHelge Deller <deller@gmx.de>
Sat, 30 Oct 2021 21:11:01 +0000 (23:11 +0200)
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/asm-offsets.c

index 22924a3f17283f0fa71d51d706d1479128996052..276c67ea7fd2378cb3d7db70db850a44d361b723 100644 (file)
 #include <linux/kbuild.h>
 #include <linux/pgtable.h>
 
+#include <asm/assembly.h>
 #include <asm/ptrace.h>
 #include <asm/processor.h>
 #include <asm/pdc.h>
 #include <linux/uaccess.h>
 
-#ifdef CONFIG_64BIT
-#define FRAME_SIZE     128
-#else
-#define FRAME_SIZE     64
-#endif
-#define FRAME_ALIGN    64
-
 /* Add FRAME_SIZE to the size x and align it to y. All definitions
  * that use align_frame will include space for a frame.
  */