diff options
Diffstat (limited to 'linux/dev/glue/block.c')
-rw-r--r-- | linux/dev/glue/block.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/dev/glue/block.c b/linux/dev/glue/block.c index a8307813..1bd8b0e0 100644 --- a/linux/dev/glue/block.c +++ b/linux/dev/glue/block.c @@ -1408,6 +1408,8 @@ device_write (void *d, ipc_port_t reply_port, copy->cpy_page_list[i]->phys_addr, VM_PROT_READ|VM_PROT_WRITE, TRUE); +#warning FIXME: if physical adress is beyond VM_PAGE_DMA32 with PAE, we need a bounce buffer + /* Do the write. */ amt = (*bd->ds->fops->write) (&td.inode, &td.file, (char *) addr + (uaddr & PAGE_MASK), len); |