diff options
| author | Matthew Wilcox <matthew@wil.cx> | 2004-11-01 01:03:38 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-11-01 01:03:38 -0800 |
| commit | 1c48fbec1fa7c60d5e4f56ca5786d42e2c0298b9 (patch) | |
| tree | fe627590778fd02b5c66cfe85c2d8dbaa4942b4c | |
| parent | ab7fa97e25d5171ede4229eae59cbb7f906e6ba3 (diff) | |
[PATCH] parisc: remove K_STW_PIC and K_LDW_PIC
There is no pure assembly inline syscall for userspace to include. Thus
remove the definitions of K_STW_PIC and K_LDW_PIC.
Committed-by: Carlos O'Donell <carlos@parisc-linux.org>
| -rw-r--r-- | include/asm-parisc/unistd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-parisc/unistd.h b/include/asm-parisc/unistd.h index c862d24d5547..86657c2e78cc 100644 --- a/include/asm-parisc/unistd.h +++ b/include/asm-parisc/unistd.h @@ -752,14 +752,10 @@ #ifdef PIC /* WARNING: CANNOT BE USED IN A NOP! */ -# define K_STW_PIC stw %r19, -32(%sr0, %sp) ASM_LINE_SEP -# define K_LDW_PIC ldw -32(%sr0, %sp), %r19 ASM_LINE_SEP # define K_STW_ASM_PIC " copy %%r19, %%r4\n" # define K_LDW_ASM_PIC " copy %%r4, %%r19\n" # define K_USING_GR4 "%r4", #else -# define K_STW_PIC ASM_LINE_SEP -# define K_LDW_PIC ASM_LINE_SEP # define K_STW_ASM_PIC " \n" # define K_LDW_ASM_PIC " \n" # define K_USING_GR4 |
