Skip to content

Commit

Permalink
[PARISC] Remove unconditional #define PIC in syscall macros
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos O'Donell <carlos@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
  • Loading branch information
Carlos O'Donell authored and Kyle McMartin committed Jun 27, 2006
1 parent 1b6d1b5 commit c95f2e5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/asm-parisc/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -797,11 +797,6 @@

#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
Expand Down

0 comments on commit c95f2e5

Please sign in to comment.