Date: Sun, 11 May 2003 22:48:09 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common load_elf.c Message-ID: <200305120548.h4C5m9cq056994@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305120548.h4C5m9cq056994>