projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b6d1b5
)
[PARISC] Remove unconditional #define PIC in syscall macros
author
Carlos O'Donell
<carlos@parisc-linux.org>
Wed, 21 Jun 2006 03:43:52 +0000
(
03:43
+0000)
committer
Kyle McMartin
<kyle@hera.kernel.org>
Tue, 27 Jun 2006 23:28:36 +0000
(23:28 +0000)
Signed-off-by: Carlos O'Donell <carlos@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
include/asm-parisc/unistd.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-parisc/unistd.h
b/include/asm-parisc/unistd.h
index 12b867238a4751438fc76b3ac37132fd37f5f938..27bcfad1c3e337cf3642245c3430dba14202ccb4 100644
(file)
--- 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