system-ppc.h 178 B

123456789101112
  1. #ifndef __UM_SYSTEM_PPC_H
  2. #define __UM_SYSTEM_PPC_H
  3. #define _switch_to _ppc_switch_to
  4. #include "asm/arch/system.h"
  5. #undef _switch_to
  6. #include "asm/system-generic.h"
  7. #endif