System call delegation supports DMA alignment

This commit is contained in:
Taku Shimosawa
2012-02-24 18:08:05 +09:00
parent dad780a133
commit a63b4a7369
7 changed files with 124 additions and 20 deletions

View File

@@ -14,7 +14,7 @@
#define SCD_MSG_SYSCALL_ONESIDE 0x4
#define DMA_PIN_SHIFT 16
#define DMA_PIN_SHIFT 21
struct ikc_scd_packet {
int msg;
@@ -35,7 +35,7 @@ struct ikc_scd_init_param {
};
struct syscall_post {
unsigned long v[4];
unsigned long v[8];
};
struct syscall_params {