mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
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 */
|