]> git.hungrycats.org Git - linux/commit
[PATCH] change Intel cache-detection code to use a table
authorAndy Grover <agrover@groveronline.com>
Sun, 14 Jul 2002 10:45:23 +0000 (03:45 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 14 Jul 2002 10:45:23 +0000 (03:45 -0700)
commitd176d0437e80bf8cf6633a4e2308f621c7c30abf
tree916755917252a9efad81c0ee3ca9388315b97b6a
parent2a5cc977515725d409ade211b120891f1d23b3d4
[PATCH] change Intel cache-detection code to use a table

The current Intel-specific cache detection code is incomplete and hard to
read. This patch puts all the cache descriptors in a table, which then is
examined for matches in a loop.
arch/i386/kernel/cpu/intel.c