Intel Celeron D Processor 300 Sequence on 90 nm Process

Errata
54 Specification Update
L75. A 64-Bit Value of Linear Instruction Pointer (LIP) May be Reported
Incorrectly in the Branch Trace Store (BTS) Memory Record or in the
Precise Event Based Sampling (PEBS) Memory Record
Problem: On a processor supporting Intel® EM64T,
If an instruction fetch wraps around the 4G boundary in Compatibility Mode, the
64-bit value of LIP in the BTS memory record will be incorrect (upper 32 bits will
be set to FFFFFFFFh when they should be 0).
If a PEBS event occurs on an instruction whose last byte is at memory location
FFFFFFFFh, the 64-bit value of LIP in the PEBS record will be incorrect (upper 32
bits will be set to FFFFFFFFh when they should be 0).
Implication: Intel has not observed this erratum on any commercially available software.
Workaround: None identified.
Status: For the steppings affected, see the Summary Tables of Changes.
L76. At Core-to-bus Ratios of 16:1 and Above Defer Reply Transactions
with Non-zero REQb Values May Cause a Front Side Bus Stall
Problem: Certain processors are likely to hang the Front Side Bus (FSB) if the following
conditions are met:
1. A Defer Reply transaction has a REQb[2:0] value of either 010b, 011b, 100b,
110b, or 111b, and
2. The operating bus ratio is 16:1 or higher
When these conditions are met, the processor may incorrectly and indefinitely assert
a snoop stall for the Defer Reply transaction. Such an event will block further
progress on the FSB
Implication: If this erratum occurs, the system may hang. Intel chipsets avoid the REQb
conditions required to observe this erratum.
Workaround: None identified.
Status: For the steppings affected, see the Summary Tables of Changes.
L77. IRET under Certain Conditions May Cause an Unexpected Alignment
Check Exception
Problem: In IA-32e mode, it is possible to get an Alignment Check Exception (AC#) on the
IRET instruction even though alignment checks were disabled at the start of the
IRET. This can only occur if the IRET instruction is returning from CPL3 code to CPL3
code. IRETs from CPL0/1/2 are not affected. This erratum can occur if the EFLAGS
value on the stack has the AC flag set, and the interrupt handler's stack is
misaligned. In IA-32e mode, RSP is aligned to a 16-byte boundary before pushing
the stack frame.