|
|
| version 1.18, 2005/05/20 13:59:47 | version 1.20, 2011/01/15 17:17:23 |
|---|---|
| Line 1 | Line 1 |
| /* $Id$ */ | |
| /* | /* |
| * Copyright (c) 2002-2003 NONAKA Kimihiro | * Copyright (c) 2002-2003 NONAKA Kimihiro |
| * All rights reserved. | * All rights reserved. |
| Line 44 | Line 42 |
| #define CPU_INITIALIZE() i386c_initialize() | #define CPU_INITIALIZE() i386c_initialize() |
| #define CPU_DEINITIALIZE() | #define CPU_DEINITIALIZE() |
| #define CPU_RESET() ia32reset() | #define CPU_RESET() ia32reset() |
| #define CPU_CLEARPREFETCH() CPU_PREFETCH_CLEAR() | #define CPU_CLEARPREFETCH() |
| #define CPU_INTERRUPT(vect, soft) ia32_interrupt(vect, soft) | #define CPU_INTERRUPT(vect, soft) ia32_interrupt(vect, soft) |
| #define CPU_EXEC() ia32() | #define CPU_EXEC() ia32() |
| #define CPU_EXECV30() ia32() | #define CPU_EXECV30() ia32() |