freebsd-dev/sys/amd64/include/cputypes.h
John Baldwin 38605d7312 Remove 'cpu' and 'cpu_class' on amd64.
The 'cpu' and 'cpu_class' variables were always set to the same value
on amd64 and are legacy holdovers from i386.  Remove them entirely on
amd64.

Reviewed by:	imp, kib (older version)
Differential Revision:	https://reviews.freebsd.org/D7888
2016-09-15 17:05:54 +00:00

7 lines
89 B
C

/*-
* This file is in the public domain.
*/
/* $FreeBSD$ */
#include <x86/cputypes.h>