Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 943de37d authored by Christoph Lameter's avatar Christoph Lameter Committed by Linus Torvalds
Browse files

parisc: use kbuild.h instead of defining macros in asm-offsets.c



Signed-off-by: default avatarChristoph Lameter <clameter@sgi.com>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Cc: Grant Grundler <grundler@parisc-linux.org>
Cc: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 59957fc3
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
#include <linux/thread_info.h>
#include <linux/ptrace.h>
#include <linux/hardirq.h>
#include <linux/kbuild.h>

#include <asm/pgtable.h>
#include <asm/ptrace.h>
@@ -39,11 +40,6 @@
#include <asm/pdc.h>
#include <asm/uaccess.h>

#define DEFINE(sym, val) \
	asm volatile("\n->" #sym " %0 " #val : : "i" (val))

#define BLANK() asm volatile("\n->" : : )

#ifdef CONFIG_64BIT
#define FRAME_SIZE	128
#else