]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move shared variables from {amd64,i386}/initcpu.c to x86/identcpu.c.
authorjhb <jhb@FreeBSD.org>
Wed, 23 Dec 2015 21:41:42 +0000 (21:41 +0000)
committerjhb <jhb@FreeBSD.org>
Wed, 23 Dec 2015 21:41:42 +0000 (21:41 +0000)
commit994c23f093ffc787a9df3aed34ac0192fd33b5cf
tree947514bb221bd9a1ad294551a0524c73c24648f7
parentd94d9ab649132948ef671f5a6b8354c0f895812f
Move shared variables from {amd64,i386}/initcpu.c to x86/identcpu.c.
While here, move the common bits of <machine/cputypes.h> to
<x86/cputypes.h> as well.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D4670
sys/amd64/amd64/initcpu.c
sys/amd64/include/cputypes.h
sys/i386/i386/initcpu.c
sys/i386/include/cputypes.h
sys/x86/include/cputypes.h [new file with mode: 0644]
sys/x86/x86/identcpu.c