| Submitter | Ian Jackson |
|---|---|
| Date | Dec. 10, 2012, 6:04 p.m. |
| Message ID | <1355162663-26956-3-git-send-email-ian.jackson@eu.citrix.com> |
| Download | mbox | patch |
| Permalink | /patch/205002/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/xen-all.c b/xen-all.c index 97c8ef4..aabbb80 100644 --- a/xen-all.c +++ b/xen-all.c @@ -717,7 +717,7 @@ static inline void write_phys_req_item(hwaddr addr, static void cpu_ioreq_pio(ioreq_t *req) { - int i; + uint32_t i; if (req->dir == IOREQ_READ) { if (!req->data_is_ptr) { @@ -746,7 +746,7 @@ static void cpu_ioreq_pio(ioreq_t *req) static void cpu_ioreq_move(ioreq_t *req) { - int i; + uint32_t i; if (!req->data_is_ptr) { if (req->dir == IOREQ_READ) {