equal
deleted
inserted
replaced
|
1 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of the License "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // e32\nkern\x86\ncglob.cpp |
|
15 // |
|
16 // |
|
17 |
|
18 #include <x86.h> |
|
19 |
|
20 // |
|
21 extern "C" { |
|
22 TUint32 X86_IrqStack[IRQ_STACK_SIZE/4]; |
|
23 SFullX86RegSet X86_Regs; |
|
24 TLinAddr X86_IrqHandler; |
|
25 TInt X86_IrqNestCount; |
|
26 SCpuIdleHandler CpuIdleHandler; |
|
27 TX86Tss* X86_TSS_Ptr; |
|
28 TBool X86_UseGlobalPTEs; |
|
29 TUint64 DefaultCoprocessorState[64]; |
|
30 } |
|
31 TUint32 X86::DefaultCR0; |
|
32 |
|
33 TScheduler TheScheduler; |
|
34 |
|
35 SBTraceData BTraceData = { {0}, 0, 0 }; |