patch-2.4.3 linux/include/asm-ppc/system.h
Next file: linux/include/asm-ppc/time.h
Previous file: linux/include/asm-ppc/spd8xx.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Sat Mar 3 10:52:14 2001
- Orig file:
v2.4.2/linux/include/asm-ppc/system.h
- Orig date:
Sat Nov 11 18:23:11 2000
diff -u --recursive --new-file v2.4.2/linux/include/asm-ppc/system.h linux/include/asm-ppc/system.h
@@ -49,15 +49,6 @@
extern void xmon_irq(int, void *, struct pt_regs *);
extern void xmon(struct pt_regs *excp);
-
-
-/* Data cache block flush - write out the cache line containing the
- specified address and then invalidate it in the cache. */
-extern __inline__ void dcbf(void *line)
-{
- asm("dcbf %0,%1; sync" : : "r" (line), "r" (0));
-}
-
extern void print_backtrace(unsigned long *);
extern void show_regs(struct pt_regs * regs);
extern void flush_instruction_cache(void);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)