cvs commit: src/sys/boot/common load_elf.c

Peter Wemm peter at FreeBSD.org
Sun May 11 22:48:11 PDT 2003


peter       2003/05/11 22:48:09 PDT

  FreeBSD src repository

  Modified files:
    sys/boot/common      load_elf.c 
  Log:
  Fix lookup of module metadata on amd64 systems.  While this is in
  common code, the non-trivial part is #ifdef'ed and only executes when
  loading amd64 kernels. The rest is trivial but needed for the the amd64
  case. (Two variables changed from char ** to Elf_Addr).
  
  Approved by:    re (amd64 "low-risk" stuff)
  
  Revision  Changes    Path
  1.28      +25 -5     src/sys/boot/common/load_elf.c


More information about the cvs-src mailing list