direct.S
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /*
  2.  * arch/ppc/boot/simple/direct.S
  3.  *
  4.  * Author: Tom Rini <trini@mvista.com>
  5.  *
  6.  * This is an empty function for machines which use SERIAL_IO_MEM
  7.  * and don't need ISA_io set to anything but 0, or perform any other
  8.  * serial fixups.
  9.  */
  10. .text
  11. .globl serial_fixups
  12. serial_fixups:
  13. blr