ops and tsc

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1716 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Yinghai Lu 2004-10-25 19:55:30 +00:00
parent 9cf950ca5a
commit fb198640d8
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
dir /cpu/x86/tsc
dir /cpu/x86/mtrr dir /cpu/x86/mtrr
dir /cpu/x86/fpu dir /cpu/x86/fpu
dir /cpu/x86/mmx dir /cpu/x86/mmx

View File

@ -2,4 +2,4 @@ struct northbridge_intel_e7501_config
{ {
}; };
extern struct chip_operations northbridge_intel_e7501_control; extern struct chip_operations northbridge_intel_e7501_ops;