mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[PARISC] Remove unconditional #define PIC in syscall macros
Signed-off-by: Carlos O'Donell <carlos@parisc-linux.org> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:
parent
1b6d1b5e07
commit
c95f2e5f2f
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue