1/*
2 * ARM CPU affinity.
3 */
4
5#ifndef _ARM_CPU_AFFINITY_H_
6#define _ARM_CPU_AFFINITY_H_
7
8#define MAX_CACHE_DEPTH        3 /* maximum cache depth for this architecture */
9
10#endif
11