From 0ac6f8b7498d3608bd1de2280a014e9e23d7b1f2 Mon Sep 17 00:00:00 2001 From: wdenk Date: Fri, 9 Jul 2004 23:27:13 +0000 Subject: Patch by Jon Loeliger, 17 June 2004: Completion of the 8540ADS/8560ADS updates: Fix some PCI and Rapid I/O memory maps, Initialize both TSEC 1 and 2, Initialize SDRAM Update MAINTAINER for 85xx boards and README.mpc85xxads --- cpu/mpc85xx/cpu.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'cpu/mpc85xx/cpu.c') diff --git a/cpu/mpc85xx/cpu.c b/cpu/mpc85xx/cpu.c index 55593d9..8eb9317 100644 --- a/cpu/mpc85xx/cpu.c +++ b/cpu/mpc85xx/cpu.c @@ -174,16 +174,6 @@ reset_85xx_watchdog(void) #endif /* CONFIG_WATCHDOG */ #if defined(CONFIG_DDR_ECC) -__inline__ void dcbz(const void* addr) -{ - __asm__ __volatile__ ("dcbz 0,%0" :: "r" (addr)); -} - -__inline__ void dcbf(const void* addr) -{ - __asm__ __volatile__ ("dcbf 0,%0" :: "r" (addr)); -} - void dma_init(void) { volatile immap_t *immap = (immap_t *)CFG_IMMR; volatile ccsr_dma_t *dma = &immap->im_dma; -- cgit v1.1