diff options
| author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-06-24 08:41:41 -0400 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-06-24 13:07:53 -0400 |
| commit | 816724e65c72a90a44fbad0ef0b59b186c85fa90 (patch) | |
| tree | 421fa29aedff988e392f92780637553e275d37a0 /drivers/macintosh | |
| parent | 70ac4385a13f78bc478f26d317511893741b05bd (diff) | |
| parent | d384ea691fe4ea8c2dd5b9b8d9042eb181776f18 (diff) | |
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Conflicts:
fs/nfs/inode.c
fs/super.c
Fix conflicts between patch 'NFS: Split fs/nfs/inode.c' and patch
'VFS: Permit filesystem to override root dentry on mount'
Diffstat (limited to 'drivers/macintosh')
| -rw-r--r-- | drivers/macintosh/Kconfig | 1 | ||||
| -rw-r--r-- | drivers/macintosh/via-pmu.c | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig index 12ad462737ba..ccf5df44cde4 100644 --- a/drivers/macintosh/Kconfig +++ b/drivers/macintosh/Kconfig | |||
| @@ -171,6 +171,7 @@ config THERM_PM72 | |||
| 171 | 171 | ||
| 172 | config WINDFARM | 172 | config WINDFARM |
| 173 | tristate "New PowerMac thermal control infrastructure" | 173 | tristate "New PowerMac thermal control infrastructure" |
| 174 | depends on PPC | ||
| 174 | 175 | ||
| 175 | config WINDFARM_PM81 | 176 | config WINDFARM_PM81 |
| 176 | tristate "Support for thermal management on iMac G5" | 177 | tristate "Support for thermal management on iMac G5" |
diff --git a/drivers/macintosh/via-pmu.c b/drivers/macintosh/via-pmu.c index 0b5ff553e39a..c63d4e7984be 100644 --- a/drivers/macintosh/via-pmu.c +++ b/drivers/macintosh/via-pmu.c | |||
| @@ -2268,7 +2268,7 @@ static int powerbook_sleep_grackle(void) | |||
| 2268 | _set_L2CR(save_l2cr); | 2268 | _set_L2CR(save_l2cr); |
| 2269 | 2269 | ||
| 2270 | /* Restore userland MMU context */ | 2270 | /* Restore userland MMU context */ |
| 2271 | set_context(current->active_mm->context, current->active_mm->pgd); | 2271 | set_context(current->active_mm->context.id, current->active_mm->pgd); |
| 2272 | 2272 | ||
| 2273 | /* Power things up */ | 2273 | /* Power things up */ |
| 2274 | pmu_unlock(); | 2274 | pmu_unlock(); |
| @@ -2366,7 +2366,7 @@ powerbook_sleep_Core99(void) | |||
| 2366 | _set_L3CR(save_l3cr); | 2366 | _set_L3CR(save_l3cr); |
| 2367 | 2367 | ||
| 2368 | /* Restore userland MMU context */ | 2368 | /* Restore userland MMU context */ |
| 2369 | set_context(current->active_mm->context, current->active_mm->pgd); | 2369 | set_context(current->active_mm->context.id, current->active_mm->pgd); |
| 2370 | 2370 | ||
| 2371 | /* Tell PMU we are ready */ | 2371 | /* Tell PMU we are ready */ |
| 2372 | pmu_unlock(); | 2372 | pmu_unlock(); |
