diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-01-10 05:16:22 +0000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-01-10 16:49:20 +1100 |
commit | 3b212db9217d02e623eaa12f41c9b5f8c6a99535 (patch) | |
tree | 5cf49bb1286da21e43439bb37f555dba0bf7d35a /arch/powerpc/Kconfig | |
parent | 9d17a5c611a7462a41b06c75f661f4106d380a86 (diff) |
[PATCH] powerpc: Some ppc compile fixes...
This gets most of the Fedora rawhide RPM building again, as long as I
disable CHRP.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 17c1b6aa44bc..935d96571515 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -412,7 +412,7 @@ config PPC_MPC106 config GENERIC_TBSYNC bool - default y if CONFIG_PPC32 && CONFIG_SMP + default y if PPC32 && SMP default n source "drivers/cpufreq/Kconfig" |