*** arch/i386/i386/apm.c-	Thu Jan  2 07:24:35 1997
--- arch/i386/i386/apm.c	Fri Sep 12 14:15:33 1997
***************
*** 491,497 ****
--- 491,501 ----
  	    return;
  	if ((apminfo.apm_detail & APM_IDLE_SLOWS) &&
  	    apmcall(APM_CPU_BUSY, &regs) != 0)
+ #ifndef REES
  		apm_perror("set CPU busy", &regs);
+ #else
+ 		;
+ #endif
  }
  
  void
