cvs commit: src/sys/arm/arm mem.c

Olivier Houchard cognet at FreeBSD.org
Tue Aug 15 16:43:08 UTC 2006


cognet      2006-08-15 16:43:07 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          mem.c 
  Log:
  Ooops we need to include <machine/vmparam.h> to get the definition of
  KERNBASE and VM_MAXUSER_ADDRESS.
  Remove the useless include of opt_global.h, as noticed by netchild@ (the one
  in arm/elf_trampoline.c is legit, because this file is compiled outside the
  kernel, and doesn't use the standard CFLAGS).
  
  Revision  Changes    Path
  1.4       +1 -2      src/sys/arm/arm/mem.c


More information about the cvs-src mailing list