diff options
Diffstat (limited to 'include/asm-ppc/machdep.h')
| -rw-r--r-- | include/asm-ppc/machdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ppc/machdep.h b/include/asm-ppc/machdep.h index 1d4ab70a56f3..f01255bd1dc3 100644 --- a/include/asm-ppc/machdep.h +++ b/include/asm-ppc/machdep.h | |||
| @@ -98,7 +98,7 @@ struct machdep_calls { | |||
| 98 | 98 | ||
| 99 | /* Get access protection for /dev/mem */ | 99 | /* Get access protection for /dev/mem */ |
| 100 | pgprot_t (*phys_mem_access_prot)(struct file *file, | 100 | pgprot_t (*phys_mem_access_prot)(struct file *file, |
| 101 | unsigned long offset, | 101 | unsigned long pfn, |
| 102 | unsigned long size, | 102 | unsigned long size, |
| 103 | pgprot_t vma_prot); | 103 | pgprot_t vma_prot); |
| 104 | 104 | ||
| @@ -167,7 +167,7 @@ extern sys_ctrler_t sys_ctrler; | |||
| 167 | 167 | ||
| 168 | #ifdef CONFIG_SMP | 168 | #ifdef CONFIG_SMP |
| 169 | struct smp_ops_t { | 169 | struct smp_ops_t { |
| 170 | void (*message_pass)(int target, int msg, unsigned long data, int wait); | 170 | void (*message_pass)(int target, int msg); |
| 171 | int (*probe)(void); | 171 | int (*probe)(void); |
| 172 | void (*kick_cpu)(int nr); | 172 | void (*kick_cpu)(int nr); |
| 173 | void (*setup_cpu)(int nr); | 173 | void (*setup_cpu)(int nr); |
