Update contrib.
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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // e32\nkern\x86\ncglob.cpp
22 TUint32 X86_IrqStack[IRQ_STACK_SIZE/4];
23 SFullX86RegSet X86_Regs;
24 TLinAddr X86_IrqHandler;
25 TInt X86_IrqNestCount;
26 SCpuIdleHandler CpuIdleHandler;
28 TBool X86_UseGlobalPTEs;
29 TUint64 DefaultCoprocessorState[64];
31 TUint32 X86::DefaultCR0;
33 TScheduler TheScheduler;
35 SBTraceData BTraceData = { {0}, 0, 0 };