]> err.no Git - linux-2.6/blobdiff - include/asm-parisc/unistd.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq
[linux-2.6] / include / asm-parisc / unistd.h
index 12b867238a4751438fc76b3ac37132fd37f5f938..27bcfad1c3e337cf3642245c3430dba14202ccb4 100644 (file)
 
 #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