Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jul 2010 20:40:46 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/conf files.amd64 files.i386 src/sys/x86/acpica srat.c
Message-ID:  <201007272041.o6RKfFb9009494@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

jhb         2010-07-27 20:40:46 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files.amd64 files.i386 
  Added files:
    sys/x86/acpica       srat.c 
  Log:
  SVN rev 210552 on 2010-07-27 20:40:46Z by jhb
  
  Add a parser for the ACPI SRAT table for amd64 and i386.  It sets
  PCPU(domain) for each CPU and populates a mem_affinity array suitable
  for the NUMA support in the physical memory allocator.
  
  Reviewed by:    alc
  
  Revision  Changes    Path
  1.166     +1 -1      src/sys/conf/files.amd64
  1.649     +1 -0      src/sys/conf/files.i386
  1.1       +329 -0    src/sys/x86/acpica/srat.c (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007272041.o6RKfFb9009494>