Commit 6ff7fa4b authored by Helge Deller's avatar Helge Deller

parisc: Use FRAME_SIZE and FRAME_ALIGN from assembly.h

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent b7d8c16a
...@@ -22,18 +22,12 @@ ...@@ -22,18 +22,12 @@
#include <linux/kbuild.h> #include <linux/kbuild.h>
#include <linux/pgtable.h> #include <linux/pgtable.h>
#include <asm/assembly.h>
#include <asm/ptrace.h> #include <asm/ptrace.h>
#include <asm/processor.h> #include <asm/processor.h>
#include <asm/pdc.h> #include <asm/pdc.h>
#include <linux/uaccess.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 /* Add FRAME_SIZE to the size x and align it to y. All definitions
* that use align_frame will include space for a frame. * that use align_frame will include space for a frame.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment