1. Apr 28, 2006
  2. Apr 22, 2006
    • Brent Casavant's avatar
      [IA64] IOC4 config option ordering · c1311af1
      Brent Casavant authored
      
      
      SERIAL_SGI_IOC4 and BLK_DEV_SGIIOC4 depend upon SGI_IOC4, and
      SERIAL_SGI_IOC3 depends upon SGI_IOC3.  Currently the definitions
      are out of order in the config sequence.
      
      Fix by including drivers/sn/Kconfig immediately after SGI_SN,
      upon which SGI_IOC4 and SGI_IOC3 depend.
      
      Signed-off-by: default avatarBrent Casavant <bcasavan@sgi.com>
      Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
      c1311af1
    • Christoph Lameter's avatar
      [IA64] Setup an IA64 specific reclaim distance · e5ecc192
      Christoph Lameter authored
      
      
      RECLAIM_DISTANCE is checked on bootup against the SLIT table distances.
      Zone reclaim is important for system that have higher latencies but not for
      systems that have multiple nodes on one motherboard and therefore low latencies.
      
      We found that on motherboard latencies are typically 1 to 1.4 of local memory
      access speed whereas multinode systems which benefit from zone reclaim have
      usually more than 1.5 times the latency of a local access.
      
      Set the reclaim distance for IA64 to 1.5 times.
      
      Signed-off-by: default avatarChristoph Lameter <clameter@sgi.com>
      Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
      e5ecc192
  3. Apr 21, 2006
  4. Apr 20, 2006