Changes

Jump to navigation Jump to search
2 bytes removed ,  18:27, 14 October 2013
Line 560: Line 560:  
This processorid is a bitmask for which processors the thread can be run on. Bit value zero enables thread execution for this CPUID, bit value one disables thread execution for this CPUID. Bit0-bit1 are for CPUID0-CPUID1.
 
This processorid is a bitmask for which processors the thread can be run on. Bit value zero enables thread execution for this CPUID, bit value one disables thread execution for this CPUID. Bit0-bit1 are for CPUID0-CPUID1.
   −
The stacktop must be aligned to 0x10-bytes, otherwise when not aligned to 0x10-bytes the ARM11 kernel clears the low 4-bits of the stacktop address.
+
The stacktop must be aligned to 0x8-bytes, otherwise when not aligned to 0x8-bytes the ARM11 kernel clears the low 3-bits of the stacktop address.
    
= Types and structures =
 
= Types and structures =

Navigation menu