From 66778bc48e310650238fd2219a2e242de22b6a57 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Wed, 21 Jun 2006 03:43:52 +0000 Subject: [PATCH] --- yaml --- r: 31140 b: refs/heads/master c: c95f2e5f2f6f61d734a025414c9eb81872a5c831 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-parisc/unistd.h | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 5b9ddd9a3ab1..b269f8686cab 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1b6d1b5e073ad9313ad64da49dff649f5c06e546 +refs/heads/master: c95f2e5f2f6f61d734a025414c9eb81872a5c831 diff --git a/trunk/include/asm-parisc/unistd.h b/trunk/include/asm-parisc/unistd.h index 12b867238a47..27bcfad1c3e3 100644 --- a/trunk/include/asm-parisc/unistd.h +++ b/trunk/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