cvs commit: src/sys/boot/common Makefile.inc src/sys/boot/i386/loader Makefile src/sys/boot/ia64/efi main.c src/sys/boot/ia64/ski main.c src/sys/boot/ofw/common main.c src/sys/boot/pc98/loader Makefile src/sys/boot/sparc64/loader main.c

Marcel Moolenaar marcel at FreeBSD.org
Thu Nov 2 00:26:47 UTC 2006


marcel      2006-11-02 00:26:45 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/common      Makefile.inc 
    sys/boot/i386/loader Makefile 
    sys/boot/ia64/efi    main.c 
    sys/boot/ia64/ski    main.c 
    sys/boot/ofw/common  main.c 
    sys/boot/pc98/loader Makefile 
    sys/boot/sparc64/loader main.c 
  Log:
  Don't unconditionally compile-in the bcache code. It's only used on
  i386/amd64 and pc98. Remove useless calls to bcache_init() from the
  ia64 and sparc64 loaders, as well as from the OFW common code.
  
  Revision  Changes    Path
  1.23      +5 -1      src/sys/boot/common/Makefile.inc
  1.84      +3 -0      src/sys/boot/i386/loader/Makefile
  1.25      +0 -5      src/sys/boot/ia64/efi/main.c
  1.7       +0 -5      src/sys/boot/ia64/ski/main.c
  1.8       +0 -5      src/sys/boot/ofw/common/main.c
  1.41      +2 -0      src/sys/boot/pc98/loader/Makefile
  1.29      +0 -2      src/sys/boot/sparc64/loader/main.c


More information about the cvs-src mailing list