1d7a8944d8
base on kernel 2.6.27 arch/sh/include/asm/
26 lines
1.0 KiB
C
26 lines
1.0 KiB
C
/****************************************************************************
|
|
****************************************************************************
|
|
***
|
|
*** This header was automatically generated from a Linux kernel header
|
|
*** of the same name, to make information necessary for userspace to
|
|
*** call into the kernel available to libc. It contains only constants,
|
|
*** structures, and macros generated from the original header, and thus,
|
|
*** contains no copyrightable information.
|
|
***
|
|
****************************************************************************
|
|
****************************************************************************/
|
|
#ifndef __ASM_SH_CPU_FEATURES_H
|
|
#define __ASM_SH_CPU_FEATURES_H
|
|
|
|
#define CPU_HAS_FPU 0x0001
|
|
#define CPU_HAS_P2_FLUSH_BUG 0x0002
|
|
#define CPU_HAS_MMU_PAGE_ASSOC 0x0004
|
|
#define CPU_HAS_DSP 0x0008
|
|
#define CPU_HAS_PERF_COUNTER 0x0010
|
|
#define CPU_HAS_PTEA 0x0020
|
|
#define CPU_HAS_LLSC 0x0040
|
|
#define CPU_HAS_L2_CACHE 0x0080
|
|
#define CPU_HAS_OP32 0x0100
|
|
|
|
#endif
|