diff options
Diffstat (limited to 'include/asm-sparc64')
| -rw-r--r-- | include/asm-sparc64/tlbflush.h | 2 | ||||
| -rw-r--r-- | include/asm-sparc64/unistd.h | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/include/asm-sparc64/tlbflush.h b/include/asm-sparc64/tlbflush.h index 9ad5d9c51d42..e3a7c453b500 100644 --- a/include/asm-sparc64/tlbflush.h +++ b/include/asm-sparc64/tlbflush.h | |||
| @@ -22,8 +22,6 @@ extern void flush_tlb_pending(void); | |||
| 22 | /* Local cpu only. */ | 22 | /* Local cpu only. */ |
| 23 | extern void __flush_tlb_all(void); | 23 | extern void __flush_tlb_all(void); |
| 24 | 24 | ||
| 25 | extern void __flush_tlb_page(unsigned long context, unsigned long page, unsigned long r); | ||
| 26 | |||
| 27 | extern void __flush_tlb_kernel_range(unsigned long start, unsigned long end); | 25 | extern void __flush_tlb_kernel_range(unsigned long start, unsigned long end); |
| 28 | 26 | ||
| 29 | #ifndef CONFIG_SMP | 27 | #ifndef CONFIG_SMP |
diff --git a/include/asm-sparc64/unistd.h b/include/asm-sparc64/unistd.h index 6ada6a871cc8..68705748bec0 100644 --- a/include/asm-sparc64/unistd.h +++ b/include/asm-sparc64/unistd.h | |||
| @@ -41,7 +41,7 @@ | |||
| 41 | #define __NR_capset 22 /* Linux Specific */ | 41 | #define __NR_capset 22 /* Linux Specific */ |
| 42 | #define __NR_setuid 23 /* Implemented via setreuid in SunOS */ | 42 | #define __NR_setuid 23 /* Implemented via setreuid in SunOS */ |
| 43 | #define __NR_getuid 24 /* Common */ | 43 | #define __NR_getuid 24 /* Common */ |
| 44 | /* #define __NR_time alias 25 ENOSYS under SunOS */ | 44 | #define __NR_vmsplice 25 /* ENOSYS under SunOS */ |
| 45 | #define __NR_ptrace 26 /* Common */ | 45 | #define __NR_ptrace 26 /* Common */ |
| 46 | #define __NR_alarm 27 /* Implemented via setitimer in SunOS */ | 46 | #define __NR_alarm 27 /* Implemented via setitimer in SunOS */ |
| 47 | #define __NR_sigaltstack 28 /* Common */ | 47 | #define __NR_sigaltstack 28 /* Common */ |
| @@ -250,7 +250,7 @@ | |||
| 250 | #ifdef __KERNEL__ | 250 | #ifdef __KERNEL__ |
| 251 | #define __NR_time 231 /* Linux sparc32 */ | 251 | #define __NR_time 231 /* Linux sparc32 */ |
| 252 | #endif | 252 | #endif |
| 253 | #define __NR_sys_splice 232 /* Linux Specific */ | 253 | #define __NR_splice 232 /* Linux Specific */ |
| 254 | #define __NR_stime 233 /* Linux Specific */ | 254 | #define __NR_stime 233 /* Linux Specific */ |
| 255 | #define __NR_statfs64 234 /* Linux Specific */ | 255 | #define __NR_statfs64 234 /* Linux Specific */ |
| 256 | #define __NR_fstatfs64 235 /* Linux Specific */ | 256 | #define __NR_fstatfs64 235 /* Linux Specific */ |
| @@ -273,7 +273,7 @@ | |||
| 273 | #define __NR_getsid 252 | 273 | #define __NR_getsid 252 |
| 274 | #define __NR_fdatasync 253 | 274 | #define __NR_fdatasync 253 |
| 275 | #define __NR_nfsservctl 254 | 275 | #define __NR_nfsservctl 254 |
| 276 | #define __NR_sys_sync_file_range 255 | 276 | #define __NR_sync_file_range 255 |
| 277 | #define __NR_clock_settime 256 | 277 | #define __NR_clock_settime 256 |
| 278 | #define __NR_clock_gettime 257 | 278 | #define __NR_clock_gettime 257 |
| 279 | #define __NR_clock_getres 258 | 279 | #define __NR_clock_getres 258 |
