9a8fd55899
The attached patches provides part 6 of an architecture implementation for the Tensilica Xtensa CPU series. Signed-off-by: Chris Zankel <chris@zankel.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
6 lines
118 B
C
6 lines
118 B
C
#ifndef _XTENSA_CPUTIME_H
|
|
#define _XTENSA_CPUTIME_H
|
|
|
|
#include <asm-generic/cputime.h>
|
|
|
|
#endif /* _XTENSA_CPUTIME_H */
|