diff options
| author | Alexey Zaytsev | 2008-03-02 03:19:29 +0100 |
|---|---|---|
| committer | Alexey Zaytsev | 2008-03-02 03:19:29 +0100 |
| commit | 1935439f863a43986ce386c830f4824d10c4cc18 (patch) | |
| tree | fb3d4409e37302a775c66086f8a88717d5568685 /src/config.h | |
| parent | Cleanups (diff) | |
| download | ipxe-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.h | 2 |
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 */ |
