cvs commit: src/sys/ia64/ia64 elf_machdep.c machdep.c pmap.c src/sys/ia64/include md_var.h

Marcel Moolenaar marcel at FreeBSD.org
Sun Mar 30 16:09:14 PDT 2008


marcel      2008-03-30 23:09:14 UTC

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        elf_machdep.c machdep.c pmap.c 
    sys/ia64/include     md_var.h 
  Log:
  Better implement I-cache invalidation. The previous implementation
  was a kluge. This implementation matches the behaviour on powerpc
  and sparc64.
  While on the subject, make sure to invalidate the I-cache after
  loading a kernel module.
  
  MFC after: 2 weeks
  
  Revision  Changes    Path
  1.25      +4 -0      src/sys/ia64/ia64/elf_machdep.c
  1.235     +18 -5     src/sys/ia64/ia64/machdep.c
  1.198     +37 -84    src/sys/ia64/ia64/pmap.c
  1.28      +1 -0      src/sys/ia64/include/md_var.h


More information about the cvs-all mailing list