Deleted Added
full compact
41c41
< * $FreeBSD: head/sys/arm/include/cpufunc.h 243576 2012-11-27 00:41:39Z marcel $
---
> * $FreeBSD: head/sys/arm/include/cpufunc.h 244480 2012-12-20 04:32:02Z gonzo $
465c465,466
< #if defined(CPU_ARM11) || defined(CPU_MV_PJ4B) || defined(CPU_CORTEXA)
---
> #if defined(CPU_ARM1136) || defined(CPU_ARM1176) || \
> defined(CPU_MV_PJ4B) || defined(CPU_CORTEXA)
534a536,550
> #if defined(CPU_ARM1136) || defined(CPU_ARM1176)
> void arm11x6_setttb (u_int);
> void arm11x6_idcache_wbinv_all (void);
> void arm11x6_dcache_wbinv_all (void);
> void arm11x6_icache_sync_all (void);
> void arm11x6_flush_prefetchbuf (void);
> void arm11x6_icache_sync_range (vm_offset_t, vm_size_t);
> void arm11x6_idcache_wbinv_range (vm_offset_t, vm_size_t);
> void arm11x6_setup (char *string);
> void arm11x6_sleep (int); /* no ref. for errata */
> #endif
> #if defined(CPU_ARM1136)
> void arm1136_sleep_rev0 (int); /* for errata 336501 */
> #endif
>