From 405a061dd5a9f59c37ad57e4866292004dfd96fb Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 1 Dec 2003 20:39:04 +0000 Subject: [PATCH] Rename the ELAN_* options to CPU_ELAN_* according the the brucification. This commit was forgotten a few days ago. Approved by: re@ --- sys/conf/options.i386 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 441f490f0b1f..efb2668e49cd 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -49,6 +49,8 @@ CPU_DISABLE_5X86_LSSER opt_cpu.h CPU_DISABLE_CMPXCHG opt_global.h # XXX global, unlike other CPU_* CPU_DISABLE_SSE opt_cpu.h CPU_ELAN opt_cpu.h +CPU_ELAN_XTAL opt_cpu.h +CPU_ELAN_PPS opt_cpu.h CPU_ENABLE_SSE opt_cpu.h CPU_FASTER_5X86_FPU opt_cpu.h CPU_GEODE opt_cpu.h @@ -64,8 +66,6 @@ CPU_UPGRADE_HW_CACHE opt_cpu.h CPU_WT_ALLOC opt_cpu.h CYRIX_CACHE_REALLY_WORKS opt_cpu.h CYRIX_CACHE_WORKS opt_cpu.h -ELAN_PPS opt_cpu.h # XXX should be named CPU_* -ELAN_XTAL opt_cpu.h # XXX should be named CPU_* NO_F00F_HACK opt_cpu.h NO_MEMORY_HOLE opt_cpu.h