cvs commit: src/sys/conf files.ia64 options.ia64 src/sys/ia64/ia64 machdep.c src/sys/ia64/include pcb.h

Marcel Moolenaar marcel at FreeBSD.org
Mon Aug 16 11:54:23 PDT 2004


marcel      2004-08-16 18:54:23 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files.ia64 options.ia64 
    sys/ia64/ia64        machdep.c 
    sys/ia64/include     pcb.h 
  Log:
  Catch up with the drive-by renaming of IA32 to COMPAT_IA32. It must
  have been rush hour...
  
  While here, move COMPAT_IA32 from opt_global.h to opt_compat.h like on
  amd64. Consequently, it's unsafe to use the option in pcb.h. We now
  unconditionally have the ia32 specific registers in the PCB.
  
  This commit is untested.
  
  Revision  Changes    Path
  1.72      +7 -7      src/sys/conf/files.ia64
  1.26      +2 -2      src/sys/conf/options.ia64
  1.185     +3 -3      src/sys/ia64/ia64/machdep.c
  1.15      +1 -3      src/sys/ia64/include/pcb.h


More information about the cvs-all mailing list