diff options
| author | Christoph Lameter <clameter@sgi.com> | 2008-04-29 04:04:08 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-29 11:06:30 -0400 |
| commit | 943de37dbf313d33d1b4ee15a57fadeeeedc2556 (patch) | |
| tree | 02c5111f7e67973853f966530cf818c84e7e4190 /arch | |
| parent | 59957fc31fb78806fc95c99466caa9a0fff735aa (diff) | |
parisc: use kbuild.h instead of defining macros in asm-offsets.c
Signed-off-by: Christoph 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: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/parisc/kernel/asm-offsets.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/parisc/kernel/asm-offsets.c b/arch/parisc/kernel/asm-offsets.c index eaa79bc14d94..3efc0b73e4ff 100644 --- a/arch/parisc/kernel/asm-offsets.c +++ b/arch/parisc/kernel/asm-offsets.c | |||
| @@ -32,6 +32,7 @@ | |||
| 32 | #include <linux/thread_info.h> | 32 | #include <linux/thread_info.h> |
| 33 | #include <linux/ptrace.h> | 33 | #include <linux/ptrace.h> |
| 34 | #include <linux/hardirq.h> | 34 | #include <linux/hardirq.h> |
| 35 | #include <linux/kbuild.h> | ||
| 35 | 36 | ||
| 36 | #include <asm/pgtable.h> | 37 | #include <asm/pgtable.h> |
| 37 | #include <asm/ptrace.h> | 38 | #include <asm/ptrace.h> |
| @@ -39,11 +40,6 @@ | |||
| 39 | #include <asm/pdc.h> | 40 | #include <asm/pdc.h> |
| 40 | #include <asm/uaccess.h> | 41 | #include <asm/uaccess.h> |
| 41 | 42 | ||
| 42 | #define DEFINE(sym, val) \ | ||
| 43 | asm volatile("\n->" #sym " %0 " #val : : "i" (val)) | ||
| 44 | |||
| 45 | #define BLANK() asm volatile("\n->" : : ) | ||
| 46 | |||
| 47 | #ifdef CONFIG_64BIT | 43 | #ifdef CONFIG_64BIT |
| 48 | #define FRAME_SIZE 128 | 44 | #define FRAME_SIZE 128 |
| 49 | #else | 45 | #else |
