Displaying 1 result from an estimated 1 matches for "66cd49a0e239".
2006 Aug 18
0
[PATCH/RFC] gcc warnings of void * arithmetic
Not sure if you guys want these patches, should I just turn off
-Wpointer-arith in the PPC build or everyone else can turn it on?
Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
---
diff -r 66cd49a0e239 xen/drivers/video/vga.c
--- a/xen/drivers/video/vga.c Fri Aug 18 13:30:01 2006 -0400
+++ b/xen/drivers/video/vga.c Fri Aug 18 13:43:30 2006 -0400
@@ -185,17 +185,17 @@ static inline void vga_io_w_fast(uint16_
outw(VGA_OUT16VAL(val, reg), port);
}
-static inline uint8_t vga_mm_r(void __iomem...