summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorAlexey Zaytsev2008-03-02 03:19:29 +0100
committerAlexey Zaytsev2008-03-02 03:19:29 +0100
commit1935439f863a43986ce386c830f4824d10c4cc18 (patch)
treefb3d4409e37302a775c66086f8a88717d5568685 /src/config.h
parentCleanups (diff)
downloadipxe-1935439f863a43986ce386c830f4824d10c4cc18.tar.gz
ipxe-1935439f863a43986ce386c830f4824d10c4cc18.tar.xz
ipxe-1935439f863a43986ce386c830f4824d10c4cc18.zip
fix the rdtsc namimg
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index af0df1b69..4aac654a2 100644
--- a/src/config.h
+++ b/src/config.h
@@ -24,7 +24,7 @@
#undef CONSOLE_PC_KBD /* Direct access to PC keyboard */
#define TIMER_BIOS
-#define TIMER_RTDSC
+#define TIMER_RDTSC
/* @END general.h */