marcel      2008-09-15 01:03:16 UTC

  FreeBSD src repository

  Modified files:
    sys/powerpc/aim      mp_cpudep.c 
    sys/powerpc/powerpc  autoconf.c mp_machdep.c 
  Log:
  SVN rev 183030 on 2008-09-15 01:03:16Z by marcel
  
  Dont worry about PSL_RI (restartable interrupt indicator) in
  common PowerPC code when all we want to achieve is to enable
  external interrupts. We can set PSL_RI at any time before we
  allow interrupts and/or exceptions, so move it to the AIM
  specific initialization and do it when we also set PSL_ME
  (machine check enable).
  
  Revision  Changes    Path
  1.2       +1 -1      src/sys/powerpc/aim/mp_cpudep.c
  1.18      +1 -4      src/sys/powerpc/powerpc/autoconf.c
  1.16      +1 -1      src/sys/powerpc/powerpc/mp_machdep.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to