58b5bd2463
Reorder the output so that the 'brand' string - which actually identifies the cpu is output first.
10 lines
267 B
C
10 lines
267 B
C
/* $NetBSD: cpuctl_i386.h,v 1.2 2013/01/07 23:20:42 dsl Exp $ */
|
|
|
|
/* Interfaces to code in i386-asm.S */
|
|
|
|
#define x86_cpuid(a,b) x86_cpuid2((a),0,(b))
|
|
|
|
void x86_cpuid2(uint32_t, uint32_t, uint32_t *);
|
|
uint32_t x86_identify(void);
|
|
uint32_t x86_xgetbv(void);
|