]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/arm/acornscsi-io.S
Merge branch 'linus' into cpus4096
[linux-2.6-omap-h63xx.git] / drivers / scsi / arm / acornscsi-io.S
index 3c5d4f8485dce4d5573272116525bf85cc24dea8..5cebe3105260204ba1b8bb9eb89980334ec039e8 100644 (file)
 #include <asm/assembler.h>
 #include <asm/hardware.h>
 
+#if defined(__APCS_32__)
+#define LOADREGS(t,r,l...)     ldm##t  r, l
+#elif defined(__APCS_26__)
+#define LOADREGS(t,r,l...)     ldm##t  r, l##^
+#endif
+
 @ Purpose: transfer a block of data from the acorn scsi card to memory
 @ Proto  : void acornscsi_in(unsigned int addr_start, char *buffer, int length)
 @ Returns: nothing