Commit c95f2e5f authored by Carlos O'Donell's avatar Carlos O'Donell Committed by Kyle McMartin

[PARISC] Remove unconditional #define PIC in syscall macros

Signed-off-by: default avatarCarlos O'Donell <carlos@parisc-linux.org>
Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
parent 1b6d1b5e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment