home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-um / system-ppc.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  178 b   |  13 lines

  1. #ifndef __UM_SYSTEM_PPC_H
  2. #define __UM_SYSTEM_PPC_H
  3.  
  4. #define _switch_to _ppc_switch_to
  5.  
  6. #include "asm/arch/system.h"
  7.  
  8. #undef _switch_to
  9.  
  10. #include "asm/system-generic.h"
  11.  
  12. #endif
  13.