projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7d8c16
)
parisc: Use FRAME_SIZE and FRAME_ALIGN from assembly.h
author
Helge Deller
<deller@gmx.de>
Mon, 4 Oct 2021 21:46:23 +0000
(23:46 +0200)
committer
Helge 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/parisc/kernel/asm-offsets.c
b/arch/parisc/kernel/asm-offsets.c
index 22924a3f17283f0fa71d51d706d1479128996052..276c67ea7fd2378cb3d7db70db850a44d361b723 100644
(file)
--- a/
arch/parisc/kernel/asm-offsets.c
+++ b/
arch/parisc/kernel/asm-offsets.c
@@
-22,18
+22,12
@@
#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.
*/