]> Zhao Yanbai Git Server - minix.git/commit
Library call for cpu features; make kernel and vm use this to query cpu
authorBen Gras <ben@minix3.org>
Fri, 15 May 2009 17:07:36 +0000 (17:07 +0000)
committerBen Gras <ben@minix3.org>
Fri, 15 May 2009 17:07:36 +0000 (17:07 +0000)
commitbdab3c4cfb0a3d55ea4e587a8b4f5c40348c1d05
tree9f39354e3b43deefb2f9672afe1bc69a993943aa
parentd0b6e76bfbb91626b1164366434c27db3b593989
Library call for cpu features; make kernel and vm use this to query cpu
features (specifically: 4MB pages and TLB global bit).  Only enable
these features in CR4 if available. 4MB pages to be used in the near
future.
include/minix/cpufeature.h [new file with mode: 0644]
include/minix/minlib.h
include/sys/vm_i386.h
kernel/arch/i386/memory.c
kernel/debug.h
lib/i386/misc/Makefile.in
lib/i386/misc/_cpufeature.c [new file with mode: 0644]
servers/vm/i386/pagetable.c
servers/vm/main.c
servers/vm/vmproc.h