io-acorn.S 678 B

123456789101112131415161718192021222324252627282930313233
  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 <linux/kern_levels.h>
  15. #include <asm/assembler.h>
  16. .text
  17. .align
  18. .Liosl_warning:
  19. .ascii KERN_WARNING "insl/outsl not implemented, called from %08lX\0"
  20. .align
  21. /*
  22. * These make no sense on Acorn machines.
  23. * Print a warning message.
  24. */
  25. ENTRY(insl)
  26. ENTRY(outsl)
  27. adr r0, .Liosl_warning
  28. mov r1, lr
  29. b printk