| commit | 8ad200d7b7c8fac77cf705831e90e889360d7030 | [log] [tgz] |
|---|---|---|
| author | Paul Mackerras <paulus@samba.org> | Fri Nov 04 13:28:58 2005 +1100 |
| committer | Paul Mackerras <paulus@samba.org> | Fri Nov 04 13:28:58 2005 +1100 |
| tree | c954352ca3cd8c64e913ceb4a5a082ce7e98f8cd | |
| parent | d3ab57ebdc6457543b346255fa47b0ecd7671136 [diff] [blame] |
powerpc: Merge smp-tbsync.c (the generic timebase sync routine) Signed-off-by: Paul Mackerras <paulus@samba.org>
diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile index 7a3e115..631149ea 100644 --- a/arch/powerpc/kernel/Makefile +++ b/arch/powerpc/kernel/Makefile
@@ -21,6 +21,7 @@ obj-$(CONFIG_RTAS_FLASH) += rtas_flash.o obj-$(CONFIG_RTAS_PROC) += rtas-proc.o obj-$(CONFIG_IBMVIO) += vio.o +obj-$(CONFIG_GENERIC_TBSYNC) += smp-tbsync.o ifeq ($(CONFIG_PPC_MERGE),y)