Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
[deliverable/linux.git] / arch / x86 / boot / cpuflags.h
CommitLineData
dd78b973
KC
1#ifndef BOOT_CPUFLAGS_H
2#define BOOT_CPUFLAGS_H
3
cd4d09ec 4#include <asm/cpufeatures.h>
dd78b973
KC
5#include <asm/processor-flags.h>
6
7struct cpu_features {
8 int level; /* Family, or 64 for x86-64 */
9 int model;
10 u32 flags[NCAPINTS];
11};
12
13extern struct cpu_features cpu;
14extern u32 cpu_vendor[3];
15
16int has_eflag(unsigned long mask);
6e6a4932 17void get_cpuflags(void);
dd78b973
KC
18
19#endif
This page took 0.120149 seconds and 5 git commands to generate.