diff options
| author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-07-07 17:21:34 -0400 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-07-07 17:21:34 -0400 |
| commit | fa6868508a0102b150ca03d976e3a1c234e4e387 (patch) | |
| tree | 2b252f262695544e5caeb2bd983f8cac5158a8f6 /include/linux | |
| parent | 5b2353859f87748f0707cec57c3953022a3321f3 (diff) | |
| parent | 4ed47896935573c8423d05bddda3f269d6e6c613 (diff) | |
Merge branch 'machtypes' into orion
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/bootmem.h | 2 | ||||
| -rw-r--r-- | include/linux/kvm_host.h | 1 | ||||
| -rw-r--r-- | include/linux/tty_driver.h | 5 |
3 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/bootmem.h b/include/linux/bootmem.h index 6a5dbdc8a7dc..686895bacd9d 100644 --- a/include/linux/bootmem.h +++ b/include/linux/bootmem.h | |||
| @@ -94,7 +94,7 @@ extern unsigned long init_bootmem_node(pg_data_t *pgdat, | |||
| 94 | unsigned long freepfn, | 94 | unsigned long freepfn, |
| 95 | unsigned long startpfn, | 95 | unsigned long startpfn, |
| 96 | unsigned long endpfn); | 96 | unsigned long endpfn); |
| 97 | extern void reserve_bootmem_node(pg_data_t *pgdat, | 97 | extern int reserve_bootmem_node(pg_data_t *pgdat, |
| 98 | unsigned long physaddr, | 98 | unsigned long physaddr, |
| 99 | unsigned long size, | 99 | unsigned long size, |
| 100 | int flags); | 100 | int flags); |
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 092b1b25291d..de9d1df4bba2 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h | |||
| @@ -33,6 +33,7 @@ | |||
| 33 | #define KVM_REQ_REPORT_TPR_ACCESS 2 | 33 | #define KVM_REQ_REPORT_TPR_ACCESS 2 |
| 34 | #define KVM_REQ_MMU_RELOAD 3 | 34 | #define KVM_REQ_MMU_RELOAD 3 |
| 35 | #define KVM_REQ_TRIPLE_FAULT 4 | 35 | #define KVM_REQ_TRIPLE_FAULT 4 |
| 36 | #define KVM_REQ_PENDING_TIMER 5 | ||
| 36 | 37 | ||
| 37 | struct kvm_vcpu; | 38 | struct kvm_vcpu; |
| 38 | extern struct kmem_cache *kvm_vcpu_cache; | 39 | extern struct kmem_cache *kvm_vcpu_cache; |
diff --git a/include/linux/tty_driver.h b/include/linux/tty_driver.h index 59f1c0bd8f9c..d2a003586761 100644 --- a/include/linux/tty_driver.h +++ b/include/linux/tty_driver.h | |||
| @@ -27,8 +27,7 @@ | |||
| 27 | * This routine is called by the kernel to write a series of | 27 | * This routine is called by the kernel to write a series of |
| 28 | * characters to the tty device. The characters may come from | 28 | * characters to the tty device. The characters may come from |
| 29 | * user space or kernel space. This routine will return the | 29 | * user space or kernel space. This routine will return the |
| 30 | * number of characters actually accepted for writing. This | 30 | * number of characters actually accepted for writing. |
| 31 | * routine is mandatory. | ||
| 32 | * | 31 | * |
| 33 | * Optional: Required for writable devices. | 32 | * Optional: Required for writable devices. |
| 34 | * | 33 | * |
| @@ -134,7 +133,7 @@ | |||
| 134 | * This routine notifies the tty driver that it should hangup the | 133 | * This routine notifies the tty driver that it should hangup the |
| 135 | * tty device. | 134 | * tty device. |
| 136 | * | 135 | * |
| 137 | * Required: | 136 | * Optional: |
| 138 | * | 137 | * |
| 139 | * void (*break_ctl)(struct tty_stuct *tty, int state); | 138 | * void (*break_ctl)(struct tty_stuct *tty, int state); |
| 140 | * | 139 | * |
