Skip to content

Commit 6ff7fa4

Browse files
committed
parisc: Use FRAME_SIZE and FRAME_ALIGN from assembly.h
Signed-off-by: Helge Deller <[email protected]>
1 parent b7d8c16 commit 6ff7fa4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

arch/parisc/kernel/asm-offsets.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,12 @@
2222
#include <linux/kbuild.h>
2323
#include <linux/pgtable.h>
2424

25+
#include <asm/assembly.h>
2526
#include <asm/ptrace.h>
2627
#include <asm/processor.h>
2728
#include <asm/pdc.h>
2829
#include <linux/uaccess.h>
2930

30-
#ifdef CONFIG_64BIT
31-
#define FRAME_SIZE 128
32-
#else
33-
#define FRAME_SIZE 64
34-
#endif
35-
#define FRAME_ALIGN 64
36-
3731
/* Add FRAME_SIZE to the size x and align it to y. All definitions
3832
* that use align_frame will include space for a frame.
3933
*/

0 commit comments

Comments
 (0)