io-acorn.S 637 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * linux/arch/arm/lib/io-acorn.S
  3. *
  4. * Copyright (C) 1995, 1996 Russell King
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * published by the Free Software Foundation.
  9. *
  10. * 27/03/03 Ian Molton Clean up CONFIG_CPU
  11. *
  12. */
  13. #include <linux/linkage.h>
  14. #include <asm/assembler.h>
  15. .text
  16. .align
  17. .Liosl_warning:
  18. .ascii "<4>insl/outsl not implemented, called from %08lX\0"
  19. .align
  20. /*
  21. * These make no sense on Acorn machines.
  22. * Print a warning message.
  23. */
  24. ENTRY(insl)
  25. ENTRY(outsl)
  26. adr r0, .Liosl_warning
  27. mov r1, lr
  28. b printk