cvs commit: src/sys/ia64/ia64 machdep.c trap.c src/sys/ia64/include efi.h fpu.h

Marcel Moolenaar marcel at FreeBSD.org
Fri Sep 17 15:21:16 PDT 2004


marcel      2004-09-17 22:19:41 UTC

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        machdep.c trap.c 
    sys/ia64/include     efi.h fpu.h 
  Log:
  Provide our own FPSWA definitions, instead of depending on the Intel
  EFI headers and put them all in <machine/fpu.h>. The Intel EFI headers
  conflict with the Intel ACPI headers (duplicate type definitions), so
  are being phased out in the kernel.
  
  Revision  Changes    Path
  1.187     +4 -5      src/sys/ia64/ia64/machdep.c
  1.106     +23 -44    src/sys/ia64/ia64/trap.c
  1.6       +0 -1      src/sys/ia64/include/efi.h
  1.2       +28 -0     src/sys/ia64/include/fpu.h


More information about the cvs-src mailing list