summaryrefslogtreecommitdiffstats
path: root/libc/kernel/arch-sh/asm/cpu-features.h
blob: 326d2d9ff5e759dd5ed1d7eede7dcb861bec02fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/****************************************************************************
 ****************************************************************************
 ***
 ***   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