diff options
| author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-06 13:46:58 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-06 13:46:58 -0500 |
| commit | e33f6635da037ed4d2634ee6bdf5c4d601946c18 (patch) | |
| tree | 443367576b9a2e30eb32c9d1c422206c87e5a1ad /include | |
| parent | 55850f47333c6e7d932e6426eaed863b27c9cd7f (diff) | |
| parent | 38192d52f159bc06b7f523800c10b583cdd661d5 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
[SPARC64]: Temporarily remove IOMMU merging code.
[SPARC64]: Update defconfig.
[SPARC]: Add new timerfd syscall entries.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-sparc/unistd.h | 6 | ||||
| -rw-r--r-- | include/asm-sparc64/io.h | 2 | ||||
| -rw-r--r-- | include/asm-sparc64/unistd.h | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/include/asm-sparc/unistd.h b/include/asm-sparc/unistd.h index 0decdf763716..2338a0276377 100644 --- a/include/asm-sparc/unistd.h +++ b/include/asm-sparc/unistd.h | |||
| @@ -327,11 +327,13 @@ | |||
| 327 | #define __NR_epoll_pwait 309 | 327 | #define __NR_epoll_pwait 309 |
| 328 | #define __NR_utimensat 310 | 328 | #define __NR_utimensat 310 |
| 329 | #define __NR_signalfd 311 | 329 | #define __NR_signalfd 311 |
| 330 | #define __NR_timerfd 312 | 330 | #define __NR_timerfd_create 312 |
| 331 | #define __NR_eventfd 313 | 331 | #define __NR_eventfd 313 |
| 332 | #define __NR_fallocate 314 | 332 | #define __NR_fallocate 314 |
| 333 | #define __NR_timerfd_settime 315 | ||
| 334 | #define __NR_timerfd_gettime 316 | ||
| 333 | 335 | ||
| 334 | #define NR_SYSCALLS 315 | 336 | #define NR_SYSCALLS 317 |
| 335 | 337 | ||
| 336 | /* Sparc 32-bit only has the "setresuid32", "getresuid32" variants, | 338 | /* Sparc 32-bit only has the "setresuid32", "getresuid32" variants, |
| 337 | * it never had the plain ones and there is no value to adding those | 339 | * it never had the plain ones and there is no value to adding those |
diff --git a/include/asm-sparc64/io.h b/include/asm-sparc64/io.h index c299b853b5ba..b6ece223562d 100644 --- a/include/asm-sparc64/io.h +++ b/include/asm-sparc64/io.h | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | /* BIO layer definitions. */ | 16 | /* BIO layer definitions. */ |
| 17 | extern unsigned long kern_base, kern_size; | 17 | extern unsigned long kern_base, kern_size; |
| 18 | #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) | 18 | #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) |
| 19 | #define BIO_VMERGE_BOUNDARY 8192 | 19 | #define BIO_VMERGE_BOUNDARY 0 |
| 20 | 20 | ||
| 21 | static inline u8 _inb(unsigned long addr) | 21 | static inline u8 _inb(unsigned long addr) |
| 22 | { | 22 | { |
diff --git a/include/asm-sparc64/unistd.h b/include/asm-sparc64/unistd.h index cb751b4d0f56..77559da0ea3f 100644 --- a/include/asm-sparc64/unistd.h +++ b/include/asm-sparc64/unistd.h | |||
| @@ -329,11 +329,13 @@ | |||
| 329 | #define __NR_epoll_pwait 309 | 329 | #define __NR_epoll_pwait 309 |
| 330 | #define __NR_utimensat 310 | 330 | #define __NR_utimensat 310 |
| 331 | #define __NR_signalfd 311 | 331 | #define __NR_signalfd 311 |
| 332 | #define __NR_timerfd 312 | 332 | #define __NR_timerfd_create 312 |
| 333 | #define __NR_eventfd 313 | 333 | #define __NR_eventfd 313 |
| 334 | #define __NR_fallocate 314 | 334 | #define __NR_fallocate 314 |
| 335 | #define __NR_timerfd_settime 315 | ||
| 336 | #define __NR_timerfd_gettime 316 | ||
| 335 | 337 | ||
| 336 | #define NR_SYSCALLS 315 | 338 | #define NR_SYSCALLS 317 |
| 337 | 339 | ||
| 338 | #ifdef __KERNEL__ | 340 | #ifdef __KERNEL__ |
| 339 | /* sysconf options, for SunOS compatibility */ | 341 | /* sysconf options, for SunOS compatibility */ |
