diff options
author | Carlos O'Donell <carlos@parisc-linux.org> | 2006-06-21 03:43:52 +0000 |
---|---|---|
committer | Kyle McMartin <kyle@hera.kernel.org> | 2006-06-27 23:28:36 +0000 |
commit | c95f2e5f2f6f61d734a025414c9eb81872a5c831 (patch) | |
tree | 3431b931557f10cf41da491bdd3833ea0eb9e6da /include/asm-parisc/unistd.h | |
parent | 1b6d1b5e073ad9313ad64da49dff649f5c06e546 (diff) | |
download | kernel_samsung_smdk4412-c95f2e5f2f6f61d734a025414c9eb81872a5c831.zip kernel_samsung_smdk4412-c95f2e5f2f6f61d734a025414c9eb81872a5c831.tar.gz kernel_samsung_smdk4412-c95f2e5f2f6f61d734a025414c9eb81872a5c831.tar.bz2 |
[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>
Diffstat (limited to 'include/asm-parisc/unistd.h')
-rw-r--r-- | include/asm-parisc/unistd.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 @@ #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 |