[parisc-linux] [PATCH 09/23] [PARISC] Remove unconditional #define PIC in syscall macros

Kyle McMartin kyle at parisc-linux.org
Sun Jun 25 17:34:37 MDT 2006


From: Carlos O'Donell <carlos at parisc-linux.org>

Signed-off-by: Carlos O'Donell <carlos at parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle at parisc-linux.org>

---

 include/asm-parisc/unistd.h |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

32d4e0d51cefbbc81da5ce2dd2d7fb7a585ed385
diff --git a/include/asm-parisc/unistd.h b/include/asm-parisc/unistd.h
index 12b8672..27bcfad 100644
--- a/include/asm-parisc/unistd.h
+++ b/include/asm-parisc/unistd.h
@@ -797,11 +797,6 @@ #ifndef __ASSEMBLY__
 
 #define SYS_ify(syscall_name)   __NR_##syscall_name
 
-/* Assume all syscalls are done from PIC code just to be
- * safe. The worst case scenario is that you lose a register
- * and save/restore r19 across the syscall. */
-#define PIC
-
 #ifndef ASM_LINE_SEP
 # define ASM_LINE_SEP ;
 #endif
-- 
1.3.3




More information about the parisc-linux mailing list